cURL
curl --request DELETE \ --url https://client-api.salesfinity.co/v1/contact-lists/{id}/contacts/{contactId} \ --header 'x-api-key: <api-key>'
{ "message": "Contact removed successfully" }
Remove a contact from a contact list
id
contactId
The ID of the contact list.
The ID of the contact to remove.
Contact removed successfully