Skip to main content
DELETE
/
v1
/
contact-lists
/
{id}
/
contacts
/
{contactId}
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"
}
Removes a contact from an existing contact list, identified by the list ID.
  • Path Parameter: id (string, required) - ID of the contact list.
  • Path Parameter: contactId (string, required) - ID of the contact.
  • Response (201): Details of the removed contact.

Authorizations

x-api-key
string
header
required

Path Parameters

id
string
required

The ID of the contact list.

contactId
string
required

The ID of the contact to remove.

Response

Contact removed successfully

message
string