delete_chat_message_reaction
Remove an emoji reaction you added to a ClickUp Chat message. Specify message ID and emoji name to delete the reaction.
Instructions
Remove a specific emoji reaction (added by the current user) from a Chat message (ClickUp Chat v3). Returns a confirmation.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| team_id | No | Team/Workspace ID. Falls back to CLICKUP_TEAM_ID when omitted. | |
| message_id | Yes | ID of the message to remove the reaction from. | |
| reaction | Yes | Emoji name to remove, e.g. 'thumbsup'. |