DELETE
/
v1
/
leads
/
lists
/
{list_id}
curl --request DELETE \
  --url https://api.eqho.ai/v1/leads/lists/{list_id} \
  --header 'X-API-KEY: <api-key>'
"<any>"

Marks a lead list as deleted. Does NOT delete the leads in the list. If you want to delete the leads in the list, you need to use the DELETE Lead endpoint.

Authorizations

X-API-KEY
string
header
required

Path Parameters

list_id
string
required

Response

200
application/json
Successful Response

The response is of type any.