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>'
Permanently deletes a contact list by its unique ID. Warning: This action is irreversible—all contacts and data in the list will be lost. Typical use case: Use this endpoint to remove an entire contact list when it is no longer needed. Security: Requires a valid API key in the x-api-key header.
  • Path Parameter: id (string, required) — The unique identifier of the contact list to delete.
Response (200):
  • Success message confirming deletion.

Authorizations

x-api-key
string
header
required

Path Parameters

id
string
required

Response

200

Contact list deleted successfully

I