discord_delete_message
Permanently delete a single message by providing channel and message IDs. Requires Manage Messages permission to delete others' messages; optionally records a reason in audit log.
Instructions
Permanently delete one specific message. IRREVERSIBLE. The bot can always delete its own messages; deleting another user's message requires the Manage Messages permission. Use discord_bulk_delete_messages to remove many at once. An optional reason is recorded in the audit log.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| channel_id | Yes | ID (snowflake) of the channel or thread containing the message. | |
| message_id | Yes | ID of the message to delete. | |
| reason | No | Optional reason recorded in the server audit log. |