DELETE Request
This method allow to delete message to a specific channel.
Before starting, make sure you added message_save
into write privileges
.
See the Application access and privileges section.
message_save
into write privileges
.
See the Application access and privileges section.post
https://api.twake.app
/api/v1/messages/remove
DELETE Message
{
"group_id": "---",
"message": {
"channel_id": "---",
"id": "--" // Message id that you want to delete
}
}
Last modified 2yr ago