discord_delete_message
Permanently delete a specific message in a Discord channel or thread. Requires Manage Messages permission for other users' messages; optional reason for 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. |