Delete sticker
delete_stickerDelete a custom sticker from your Discord server. The first call previews the deletion and returns a confirmation token; repeating with the token completes the removal.
Instructions
Delete a custom sticker. Safe to call directly: the first call changes nothing and returns a preview plus a confirm_token; repeating the call with the token deletes it.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| guild | No | Guild (server) name or ID. Omit to use the default guild. | |
| dry_run | No | ||
| sticker | Yes | Sticker name or ID. | |
| confirm_token | No |