stickers_delete_guild_sticker
Permanently delete a guild sticker to remove outdated or off-brand images. Requires explicit confirmation and MCP_DRY_RUN=false; action is irreversible.
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 | |||