Skip to main content

Delete Contact

Permanently delete a contact from your workspace.


Endpoint

DELETE https://api.campaignlark.com/v1/contacts/:id

Path Parameters

ParameterTypeRequiredDescription
idstringrequiredThe contact ID.

Sample Request

DELETE https://api.campaignlark.com/v1/contacts/64f1a2b3c4d5e6f7a8b9c0d1

Response

Success — 200 OK

{
"data": {
"deleted": true
}
}

Errors

StatusMessageCause
400The contact ID you provided is not valid.id path param is missing.
400(error message)Contact not found or already deleted.