webhooks_delete_with_token
Delete a Discord webhook permanently using its token. Irreversible action requiring explicit confirmation.
Instructions
Purpose: Delete a webhook using its token. DESTRUCTIVE - IRREVERSIBLE.
When to use:
Self-decommission when the agent only holds the token.
Auth: NO Authorization: Bot … header. No audit_reason (Discord ignores it on token routes).
Returns: {deleted, webhook_id}. Pass __confirm:true AND set MCP_DRY_RUN=false to actually delete.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| token | Yes | Webhook secret - treat as credential, do not log | |
| __confirm | No | Set true to authorize this destructive operation. Also requires the server to run with MCP_DRY_RUN=false; otherwise a DRY_RUN_PREVIEW is returned. | |
| webhook_id | Yes | Webhook to delete |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||