DELETE
/
chat
/
deleteMessageForEveryone
/
{instance}

Authorizations

apikey
string
headerrequired

Seu cabeçalho da chave de autorização.

Path Parameters

instance
string
required

ID da instância.

Body

application/json
id
string
required

Message ID

remoteJid
string
required

Chat contact or ID do Grupo

fromMe
boolean
required

If the message was sent by the instance owner or the contact

participant
string

Participant for group messages only TODO

Response

201 - application/json

Schema representing a WhatsApp protocol message, including the key, message content, timestamp, and status.

key
object

The key that identifies the message in the chat.

message
object

The content of the message.

messageTimestamp
string

O timestamp da mensagem, representado como uma string.

status
string

O status da mensagem, como enviado, recebido ou pendente.