cURL
curl --request DELETE \ --url https://api.breakcold.com/leads \ --header 'Content-Type: application/json' \ --header 'X-API-KEY: <api-key>' \ --data '{ "all_leads": false, "leads_ids": [ "lead1", "lead2" ], "filter": "recent" }'
{ "message": "Leads deleted successfully." }
Space identifier required for identifying the deletion context.
Body containing identifiers for leads to delete or filters defining which leads to delete.
The body is of type object.
object
Successful deletion of leads.
The response is of type any.
any