Chat Controller
Delete Message for Everyone
DELETE
https://{server-url}
/
chat
/
deleteMessageForEveryone
/
{instance}
Authorizations
Your authorization key header
Path Parameters
ID of the instance to connect
Body
application/json
Message ID
Chat contact or group remote JID
If the message was sent by the instance owner or the contact
Participant for group messages only TODO
Response
201 - application/json
Schema representing a WhatsApp protocol message, including the key, message content, timestamp, and status.
The key that identifies the message in the chat.
The content of the message.
The timestamp of the message, represented as a string.
The status of the message, such as sent, received, or pending.