commands_delete_guild
commands_delete_guild
Section titled “commands_delete_guild”Category: commands
Delete a guild-scoped command. 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 |
guild_id | string | yes | Guild scope |
command_id | string | yes | Command ID to delete |
Returns
Section titled “Returns”\{deleted, command_id, guild_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 | |
command_id | string | yes | |
guild_id | string | yes | Discord guild (server) ID |
Annotations
Section titled “Annotations”| Property | Value |
|---|---|
| Read-only | no |
| Destructive | yes |
| Idempotent | yes |
| Open-world | yes |
| Confirmation required | yes (__confirm:true required) |