Receiving Events
conversation.deleted
A conversation was deleted.
Event payload
{
"id": "evt_c3c9a6f1d4",
"type": "conversation.deleted",
"provider": "whatsapp",
"account_id": "acc_8c21d0",
"occurred_at": "2026-06-08T12:44:00Z",
"data": {
"conversation": { "id": "8613912345678@s.whatsapp.net", "type": "user" },
"delete_media": false,
"event": { "kind": "conversation_deleted" }
}
}Notes
- The connected account deleted the conversation locally. data.conversation identifies the chat and delete_media tells whether local media was also removed. This is not the same as deleting a message for everyone.