v3
latestOpenAPI 3.1.02026-08-01264769.0 KBBot
Delete a message
Deletes a message from a private conversation or chat. Returns an empty result when the message is deleted.
post/bot{token}/deleteMessage
Path parameters
tokenstring required
Required bot token included in the URL path.
Headers
authorizationstring
Optional bot token using the Bearer scheme. When supplied, it takes precedence over the token in the URL.
Request body
Response
Successful response for an action with no return value.
Example response
{
"ok": true,
"result": {}
}