DELETE
/
lead
/
{id_lead}
/
track
curl --request DELETE \
  --url https://api.breakcold.com/lead/{id_lead}/track \
  --header 'X-API-KEY: <api-key>'
{
  "id_lead": "123",
  "status": "untracked"
}

Authorizations

X-API-KEY
string
header
required

Path Parameters

id_lead
string
required

The ID of the lead to untrack.

Query Parameters

id_space
string

The space ID. Required unless X-API-KEY is provided in the header.

Response

200
application/json
Lead untracked successfully

The response is of type any.