Payload
After
contact.deleted fires, the contact ID is no longer valid. Remove it from any downstream stores.Fired when a contact is permanently removed from the platform.
{
"id": "evt_xxxxx",
"event": "contact.deleted",
"timestamp": "2026-03-28T11:00:00Z",
"data": {
"contact_id": "c_a1b2c3d4",
"deleted_at": "2026-03-28T11:00:00Z"
}
}
contact.deleted fires, the contact ID is no longer valid. Remove it from any downstream stores.