Skip to main content
WEBHOOK
message_delete
{
  "eventId": "evt_5678901234567890",
  "instanceId": "ins_ABCdefGHIjk",
  "receivedAt": "2025-05-19T00:51:44.816Z",
  "eventType": "message_delete",
  "eventData": {
    "id": "0123456789012345",
    "sender": {
      "id": "1234567890@s.whatsapp.net",
      "lid": "12345678901234@lid",
      "phone": "1234567890",
      "isMe": false
    },
    "chatId": "1234567890@s.whatsapp.net",
    "time": "2025-05-19T00:51:44.816Z",
    "isDeletedForAll": true,
    "isDeletedForMe": false,
    "isStatus": false
  }
}

Body

application/json
eventId
string
required

Unique event identifier

instanceId
string
required

The ID of the WhatsApp instance that generated the event

receivedAt
string<date-time>
required

The timestamp when the event was received

eventType
enum<string>
required

The type of event

Available options:
message_delete
eventData
object
required

Response

200

Return a 200 status to indicate that the data was received successfully