DELETE
/
lead
/
{id_lead}
curl --request DELETE \
  --url https://api.breakcold.com/lead/{id_lead} \
  --header 'X-API-KEY: <api-key>'
This response does not have an example.

Authorizations

X-API-KEY
string
header
required

Path Parameters

id_lead
string
required

The unique identifier of the lead to delete.

Query Parameters

id_space
string

The identifier of the space from which to delete the lead. If 'X-API-KEY' is provided, this parameter is optional.

Response

200
_mintlify/placeholder

Lead deleted successfully.