Delete message
delete_messageDelete a Discord message by specifying its channel and message ID.
Instructions
Delete a single message by its id.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| server | No | Server (guild) name or id. Optional when the bot is in a single server or DISCORD_GUILD_ID is set. | |
| channel | Yes | Channel the message is in (name or id). | |
| message_id | Yes | Id of the message to delete. |