curl --location --request DELETE 'https://api.clay.com/v3/sources/<SOURCE_ID>' \ --header 'Cookie: {{YOUR_CLAY_COOKIES}}' \ --header 'Content-Type: application/json' \ --data-raw '{"deleteRecords":false}'
{}