app_emojis_delete
Permanently delete an application emoji from Discord to retire obsolete app emojis. Confirmation required; irreversible.
Instructions
Purpose: Delete an application emoji. DESTRUCTIVE - IRREVERSIBLE.
When to use:
Retire an obsolete app emoji.
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 | Yes | Application owning the emoji |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||