discord_delete_webhook_message
Permanently delete a webhook message using its webhook ID, token, and message ID. Action is irreversible.
Instructions
Permanently delete a message that was sent through a webhook, using the webhook's ID and token. IRREVERSIBLE. Requires the original webhook token.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| webhook_id | Yes | ID (snowflake) of the webhook that sent the message. | |
| webhook_token | Yes | Secret token of the webhook. | |
| message_id | Yes | ID of the webhook message to delete. |