app_emojis_delete
Delete an application emoji permanently from Discord. Use when retiring an obsolete app emoji; requires confirmation and MCP_DRY_RUN=false to complete.
Instructions
Purpose: Delete an application emoji. DESTRUCTIVE - IRREVERSIBLE.
When to use:
Retire an obsolete app emoji.
Omit
application_idto delete from the authenticated bot application.
When NOT to use:
Guild emoji → use
emojis_delete.
Returns: {deleted, application_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 | |
| __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. | |
| application_id | No | Application owning the emoji (omit to use the authenticated bot application) |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||