interactions_delete_followup
Permanently delete a sent follow-up message in Discord. This irreversible action requires __confirm:true and MCP_DRY_RUN=false to proceed.
Instructions
Purpose: Delete a follow-up message. DESTRUCTIVE - IRREVERSIBLE.
Auth: token-secured (NO bot token).
Returns: {deleted, message_id}. Pass __confirm:true AND MCP_DRY_RUN=false to actually delete.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| __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. | |
| message_id | Yes | Follow-up message id | |
| application_id | Yes | Bot/app application ID | |
| interaction_token | Yes | Scoped interaction credential, reusable for follow-ups for up to 15 minutes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||