stickers_delete_guild_sticker
Delete a guild sticker permanently. Requires explicit confirmation and a non-dry-run server setting to remove the sticker from the guild.
Instructions
Purpose: Delete a guild sticker. DESTRUCTIVE - IRREVERSIBLE.
When to use:
Retire a stale or off-brand sticker.
Returns: {deleted, guild_id, sticker_id}. Pass __confirm:true AND set MCP_DRY_RUN=false to actually delete.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| guild_id | Yes | Guild owning the sticker | |
| __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. | |
| sticker_id | Yes | Sticker to delete | |
| audit_reason | No | Reason recorded in audit log (X-Audit-Log-Reason header) |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||