Skip to main content
POST
https://mtxbiyilvgwhbdptysex.supabase.co/functions/v1
/
delete-contact
curl -X POST https://mtxbiyilvgwhbdptysex.supabase.co/functions/v1/delete-contact \
  -H "Authorization: Bearer YOUR_API_TOKEN" \
  -H "Content-Type: application/json" \
  -d '{"contact_id": "c1d2e3f4-5678-9abc-def0-123456789abc"}'
{
  "success": true
}
Permanently delete a contact from your address book.
This action is irreversible. Contact notes and tags will be deleted. Call and message history will remain but will no longer be linked to this contact.

Request Body

contact_id
string
required
The unique identifier of the contact to delete.

Response

success
boolean
Whether the contact was deleted successfully.
curl -X POST https://mtxbiyilvgwhbdptysex.supabase.co/functions/v1/delete-contact \
  -H "Authorization: Bearer YOUR_API_TOKEN" \
  -H "Content-Type: application/json" \
  -d '{"contact_id": "c1d2e3f4-5678-9abc-def0-123456789abc"}'
{
  "success": true
}