Delete Sticker
discord_delete_stickerDelete a custom sticker from a Discord server by providing the guild ID and sticker ID. This tool removes the specified sticker permanently.
Instructions
Delete a custom sticker from a server.
Args:
guild_id (string): Discord server/guild ID
sticker_id (string): Discord sticker ID
Returns: Confirmation of deletion
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| guild_id | Yes | Discord server/guild ID (snowflake) | |
| sticker_id | Yes | Discord sticker ID (snowflake) |