Skip to main content
DELETE
Delete message for everyone

Authorizations

apikey
string
header
required

Your Pilot Status API key (ps_...). Evolution GO also accepts Authorization: Bearer <key>.

Path Parameters

instance
string
required

The number's display name in the Pilot Status dashboard.

Body

application/json
id
string
required

Message id to delete.

Example:

"BAE5F5A632EAE722"

fromMe
boolean
required

Whether the message was sent by this number.

Example:

true

remoteJid
string
required

Chat JID the message belongs to.

Example:

"1203630000000000000@g.us"

participant
string

Participant JID (for group messages).

Example:

"5511999999999@s.whatsapp.net"

Response

Success — provider-native response body.

Baileys WAMessage returned from the revoke (delete) send; carries a protocolMessage of type REVOKE referencing the deleted message.

key
object

Message key of the revoke message.

message
object

Message payload containing the protocolMessage.

messageTimestamp
integer

Unix timestamp (seconds) of the revoke message.

status
string

Delivery status, e.g. "PENDING".