mndrAPI Docs
Contacts

Delete Contact

Delete a contact by ID.

DELETE /api/v1/contacts/:id

Permanently delete a contact. Returns 204 with no body on success.

Request
curl -X DELETE /api/v1/contacts/uuid-here \
  -H "x-api-key: mndr_..."

Returns 404 if the contact doesn't exist.

On this page