Chat Management
Delete Message for Everyone
Apagar mensagem para todos
DELETE
/
chat
/
deleteMessageForEveryone
/
{instance}
Authorizations
apikey
string
headerrequiredSeu cabeçalho da chave de autorização.
Path Parameters
instance
string
requiredID da instância.
Body
application/json
id
string
requiredMessage ID
remoteJid
string
requiredChat contact or ID do Grupo
fromMe
boolean
requiredIf 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.