Contacts

Delete Contact by Identifier

Deletes contacts by email or LinkedIn URL within a team and campaign. This is a soft delete operation.

delete/contacts

Query parameters

TeamIdstring uuid required
CampaignIdstring uuid required
emailstring email

Email address to delete (required if no linkedin_url)

linkedin_urlstring uri

LinkedIn URL to delete (required if no email)

Response

Contacts deleted

successboolean
request_idstring
messagestring

Example response

{
  "success": true,
  "request_id": "req_abc123def456"
}

Changes

No recorded changes to this endpoint across all 1 revision of this API.