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