app_emojis_delete
app_emojis_delete
Section titled “app_emojis_delete”Category: app_emojis
Delete an application emoji. DESTRUCTIVE — IRREVERSIBLE.
When to use
Section titled “When to use”- Retire an obsolete app emoji.
When NOT to use
Section titled “When NOT to use”- Guild emoji → use
emojis_delete.
| Field | Type | Required | Description |
|---|---|---|---|
application_id | string | yes | Application owning the emoji |
emoji_id | string | yes | Emoji to delete |
confirm | boolean | no | Must be true to actually perform the destructive action |
Returns
Section titled “Returns”\{deleted, application_id, emoji_id\}. Pass __confirm:true AND set MCP_DRY_RUN=false to actually delete.
Output schema
Section titled “Output schema”| Field | Type | Required | Description |
|---|---|---|---|
deleted | boolean | yes | |
application_id | string | yes | Discord application ID |
emoji_id | string | yes | Discord custom emoji ID |
Annotations
Section titled “Annotations”| Property | Value |
|---|---|
| Read-only | no |
| Destructive | yes |
| Idempotent | yes |
| Open-world | yes |
| Confirmation required | yes (__confirm:true required) |