Chat Controller
Delete Message for Everyone
Delete Message For Everyone
DELETE
https://{server-url}
/
chat
/
deleteMessageForEveryone
/
{instance}
Authorizations
apikey
string
headerrequiredYour authorization key header
Path Parameters
instance
string
requiredID of the instance to connect
Body
application/json
id
string
requiredMessage ID
remoteJid
string
requiredChat contact or group remote JID
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
The timestamp of the message, represented as a string.
status
string
The status of the message, such as sent, received, or pending.