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.DELETE Message
Headers
Name
Type
Description
Request Body
Name
Type
Description
{
"result": {
"channel_id": "--", // Channel id
"id": "--" // Deleted message id
}
}Body example:
Last updated