commands_delete_global
Permanently delete a global Discord command. Irreversible removal from all servers; requires explicit confirmation to proceed.
Instructions
Purpose: Delete a global application command. DESTRUCTIVE - IRREVERSIBLE.
Effect: removes the command from every guild within ~1 hour of propagation.
Returns: {deleted, command_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. | |
| command_id | Yes | Command ID to delete | |
| application_id | Yes | Bot/app application ID |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||