slack_remove_reaction
Remove an existing emoji reaction from a Slack message by specifying channel, message timestamp, and reaction name.
Instructions
Remove an emoji reaction from a message
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| channel_id | Yes | Channel or DM ID containing the message | |
| timestamp | Yes | Message timestamp to remove reaction from | |
| reaction | Yes | Emoji name without colons (e.g., 'thumbsup', 'eyes') |