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

Deletes a specific contact list based on the list ID. Use with caution, as this action cannot be undone.

  • Path Parameter: id (string, required) - ID of the contact list to delete.
  • Response (200): Confirmation of deletion.

Authorizations

x-api-key
string
header
required

Path Parameters

id
string
required

Response

200

Contact list deleted successfully