clickup_chat_reaction_remove
Remove your own emoji reaction from a ClickUp Chat message. Other users' reactions to the same emoji remain unchanged.
Instructions
Remove the authenticated user's emoji reaction from a ClickUp Chat message. Only removes your own reaction — other users' reactions of the same emoji are preserved. No-op if you haven't reacted with the given emoji. Returns an empty object on success.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| emoji | Yes | The Unicode emoji character to remove (e.g. '👍'). Must match the exact emoji you reacted with. | |
| message_id | Yes | ID of the message. Obtain from clickup_chat_message_list (field: id). | |
| team_id | No | Workspace (team) ID. Obtain from clickup_workspace_list (field: id). Omit to use the default workspace from config. |