slack_remove_reaction
Remove an emoji reaction from a Slack message by specifying the channel ID, message timestamp, and emoji name.
Instructions
Remove an emoji reaction from a message
Input Schema
TableJSON Schema
| Name | Required | Description | Default |
|---|---|---|---|
| channel_id | Yes | The ID of the channel containing the message | |
| timestamp | Yes | Timestamp of the message (e.g., 1234567890.123456) | |
| emoji | Yes | Emoji name without colons (e.g., thumbsup, heart, rocket) |