interactions_delete_original_response
Delete the original interaction response message in Discord. Requires explicit confirmation and dry-run disabled to execute, as the action is irreversible.
Instructions
Purpose: Delete the original interaction response message. DESTRUCTIVE - IRREVERSIBLE.
Auth: token-secured (NO bot token).
Returns: {deleted}. 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. | |
| 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 | |||