emojis_delete
Permanently delete a custom guild emoji from Discord. This destructive action requires confirmation and cannot be undone.
Instructions
Purpose: Delete a custom guild emoji. DESTRUCTIVE - IRREVERSIBLE.
When to use:
Retire a stale or off-brand emoji.
When NOT to use:
Application emoji → use
app_emojis_delete.
Returns: {deleted, guild_id, emoji_id}. Pass __confirm:true AND set MCP_DRY_RUN=false to actually delete.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| emoji_id | Yes | Emoji to delete | |
| guild_id | Yes | Guild owning the emoji | |
| __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. | |
| audit_reason | No | Reason recorded in audit log (X-Audit-Log-Reason header) |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||