delete_message
Delete a bot message by providing its message ID. Removes only bot-sent messages, with server confirmation.
Instructions
Delete a bot message.
Removes a message sent by the bot. Only bot messages can be deleted with this tool (use the user API for user messages).
Args: delete_message_id: Message ID to delete
Returns: JSON string — server confirmation.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| delete_message_id | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |