Skip to main content
DELETE
/
v1
/
contacts
/
{id}
Delete Contact
curl --request DELETE \
  --url https://api.mokaru.ai/v1/contacts/{id}
{
  "success": true
}

Overview

The Delete Contact endpoint permanently removes a contact from your account.
Scope required: contacts:write | Rate limit: 10 requests/min

Request

DELETE /v1/contacts/{id}

Example

curl -X DELETE "https://api.mokaru.ai/v1/contacts/clx1234" \
  -H "Authorization: Bearer mk_your_key"

Response

success
boolean
Whether the contact was deleted
{
  "success": true
}
This action is permanent. The contact and its associations with applications and interviews will be removed.