Skip to main content

Documentation Index

Fetch the complete documentation index at: https://docs.sendkit.dev/llms.txt

Use this file to discover all available pages before exploring further.

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.