clickup_delete_chat_reaction
Remove an emoji reaction from a ClickUp Chat message by providing the message ID and the reaction name (e.g., 'thumbsup'). Ideal for undoing a reaction you added.
Instructions
Remove an emoji reaction from a Chat message.
reaction is the lower-case emoji name and is sent as a path segment.
When to Use:
To undo a reaction you added.
When NOT to Use:
To add one — use
clickup_add_chat_reaction.
Returns: A confirmation that the reaction was removed.
Examples:
params = {"message_id": "abc123", "reaction": "thumbsup"}
Error Handling:
404 → reaction/message not found. Errors return an Error ... string.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| params | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |