cURL
curl --request DELETE \ --url https://api.breakcold.com/lead/{id_lead}/track \ --header 'X-API-KEY: <api-key>'
{ "id_lead": "123", "status": "untracked" }
The ID of the lead to untrack.
The space ID. Required unless X-API-KEY is provided in the header.
Lead untracked successfully
The response is of type any.
any