reactions_delete_own
reactions_delete_own
Section titled “reactions_delete_own”Category: reactions
Remove the bot’s own reaction from a message.
When to use
Section titled “When to use”- Roll back an erroneous reaction; clean up after a poll closes.
When NOT to use
Section titled “When NOT to use”- Removing another user’s reaction → use
reactions_delete_user. - Clearing all reactions → use
reactions_delete_all.
| Field | Type | Required | Description |
|---|---|---|---|
channel_id | string | yes | Channel containing the message |
message_id | string | yes | Message to remove the reaction from |
emoji | string | yes | Unicode emoji (e.g. ”👍”) or name:id for custom emoji |
Returns
Section titled “Returns”\{deleted, channel_id, message_id, emoji\}.
Output schema
Section titled “Output schema”| Field | Type | Required | Description |
|---|---|---|---|
deleted | boolean | yes | |
channel_id | string | yes | Discord channel ID (snowflake) |
message_id | string | yes | Discord message ID |
emoji | string | yes |
Annotations
Section titled “Annotations”| Property | Value |
|---|---|
| Read-only | no |
| Destructive | no |
| Idempotent | yes |
| Open-world | yes |
| Confirmation required | no |