Skip to main content
DELETE
/
v1
/
contact-lists
/
csv
/
{id}
cURL
curl --request DELETE \
  --url https://client-api.salesfinity.co/v1/contact-lists/csv/{id} \
  --header 'x-api-key: <api-key>'

Documentation Index

Fetch the complete documentation index at: https://docs.salesfinity.ai/llms.txt

Use this file to discover all available pages before exploring further.

Permanently deletes a contact list and all its contacts from both the source and the dialing queue. Warning: This action is irreversible — all contacts and data in the list will be lost.

Path Parameters

Response (200)

{
  "success": true
}

Errors

StatusDescription
404Contact list not found

Authorizations

x-api-key
string
header
required

Path Parameters

id
string
required

Response

200

Contact list deleted successfully