events_delete
events_delete
Section titled “events_delete”Category: events
Delete a scheduled event. DESTRUCTIVE — IRREVERSIBLE.
When to use
Section titled “When to use”- Cancel and remove a scheduled event entirely (vs. setting status=4 which keeps the record).
When NOT to use
Section titled “When NOT to use”| Field | Type | Required | Description |
|---|---|---|---|
guild_id | string | yes | Guild that owns the event |
event_id | string | yes | Scheduled event id |
audit_reason | string | no | Reason recorded in audit log (X-Audit-Log-Reason header) |
Returns
Section titled “Returns”\{deleted, event_id\}. Pass __confirm:true AND set MCP_DRY_RUN=false to actually delete.
Output schema
Section titled “Output schema”| Field | Type | Required | Description |
|---|---|---|---|
deleted | boolean | yes | |
event_id | string | yes | Discord scheduled event ID |
Annotations
Section titled “Annotations”| Property | Value |
|---|---|
| Read-only | no |
| Destructive | yes |
| Idempotent | yes |
| Open-world | yes |
| Confirmation required | yes (__confirm:true required) |