Delete Contact
Permanently delete a contact from your workspace.
Endpoint
DELETE https://api.campaignlark.com/v1/contacts/:id
Path Parameters
| Parameter | Type | Required | Description |
|---|---|---|---|
id | string | required | The contact ID. |
Sample Request
DELETE https://api.campaignlark.com/v1/contacts/64f1a2b3c4d5e6f7a8b9c0d1
Response
Success — 200 OK
{
"data": {
"deleted": true
}
}
Errors
| Status | Message | Cause |
|---|---|---|
400 | The contact ID you provided is not valid. | id path param is missing. |
400 | (error message) | Contact not found or already deleted. |