interactions_delete_followup
interactions_delete_followup
Section titled “interactions_delete_followup”Category: interactions
Delete a follow-up message. DESTRUCTIVE — IRREVERSIBLE.
When to use
Section titled “When to use”When NOT to use
Section titled “When NOT to use”| Field | Type | Required | Description |
|---|---|---|---|
application_id | string | yes | Bot/app application ID |
interaction_token | string | yes | Interaction token (one-time, 15min TTL) |
message_id | string | yes | Follow-up message id |
Returns
Section titled “Returns”\{deleted, message_id\}. Pass __confirm:true AND MCP_DRY_RUN=false to actually delete.
Output schema
Section titled “Output schema”| Field | Type | Required | Description |
|---|---|---|---|
deleted | boolean | yes | |
message_id | string | yes | Discord message ID |
Annotations
Section titled “Annotations”| Property | Value |
|---|---|
| Read-only | no |
| Destructive | yes |
| Idempotent | yes |
| Open-world | yes |
| Confirmation required | yes (__confirm:true required) |