DELETE
/
leads
/
list
curl --request DELETE \
  --url https://api.breakcold.com/leads/list \
  --header 'Content-Type: application/json' \
  --header 'X-API-KEY: <api-key>' \
  --data '{
  "leads_ids": [
    "<string>"
  ],
  "all_leads": true,
  "filter": {}
}'
This response does not have an example.

Authorizations

X-API-KEY
string
header
required

Query Parameters

id_space
string
required

The workspace ID. This parameter is not required if the 'X-API-KEY' header is set.

id_list
string

The list ID from which leads will be removed.

Body

application/json
List of leads IDs to remove along with filter criteria.

The body is of type object.

Response

200

Leads successfully removed from the list.