remove_reaction
Remove an emoji reaction from a Slack message using channel, timestamp, and emoji name.
Instructions
Remove an emoji reaction from a Slack message.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| name | Yes | Emoji name without colons (e.g., 'thumbsup') | |
| channel | Yes | Channel ID containing the message | |
| timestamp | Yes | Message timestamp | |
| use_user_token | No | Remove reaction as the authenticated user (requires xoxp- user token) rather than the bot |