Skip to main content

When it triggers

This event fires when a contact is permanently deleted from your account.

Payload

{
  "type": "contact.deleted",
  "data": {
    "contact_id": "ct_abc123",
    "email": "user@example.com"
  },
  "created_at": "2026-03-02T13:00:00+00:00"
}

Payload fields

contact_id
string
Unique identifier of the contact.
email
string
Contact’s email address.