stickers_delete_guild_sticker
stickers_delete_guild_sticker
Section titled “stickers_delete_guild_sticker”Category: stickers
Delete a guild sticker. DESTRUCTIVE — IRREVERSIBLE.
When to use
Section titled “When to use”- Retire a stale or off-brand sticker.
When NOT to use
Section titled “When NOT to use”| Field | Type | Required | Description |
|---|---|---|---|
guild_id | string | yes | Guild owning the sticker |
sticker_id | string | yes | Sticker to delete |
audit_reason | string | no | Reason recorded in audit log (X-Audit-Log-Reason header) |
confirm | boolean | no | Must be true to actually perform the destructive action |
Returns
Section titled “Returns”\{deleted, guild_id, sticker_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 | |
guild_id | string | yes | Discord guild (server) ID |
sticker_id | string | yes | Discord sticker ID |
Annotations
Section titled “Annotations”| Property | Value |
|---|---|
| Read-only | no |
| Destructive | yes |
| Idempotent | yes |
| Open-world | yes |
| Confirmation required | yes (__confirm:true required) |
Source
Section titled “Source”packages/mcp-core/src/tools/stickers/delete_guild_sticker.ts