DELETE
/
list
/
{id_list}
curl --request DELETE \
  --url https://api.breakcold.com/list/{id_list} \
  --header 'Content-Type: application/json' \
  --header 'X-API-KEY: <api-key>' \
  --data '{
  "delete_leads": true
}'
"ok"

Authorizations

X-API-KEY
string
header
required

Path Parameters

id_list
string
required

The unique identifier of the list to be deleted.

Body

application/json
Option to delete leads associated with the list.
delete_leads
boolean

Flag to delete leads associated with the list.

Example:

true

Response

200
application/json
List deleted successfully.

The response is of type any.