v3
latestOpenAPI 3.1.02026-08-01264769.0 KBBot
Delete bot commands
Deletes every command published by the authenticated bot. Returns an empty result when the command list is cleared.
post/bot/deleteMyCommands
Headers
authorizationstring required
Required bot token using the Bearer scheme.
Response
Successful response for an action with no return value.
Example response
{
"ok": true,
"result": {}
}