Unset Channel Message Reaction
unset_channel_message_reactionRemove a reaction from a Teams channel message or reply by specifying team, channel, message, and reaction type. Clears the selected emoji without deleting the message.
Instructions
Remove a reaction from a message in a Teams channel. Can also remove reactions from replies.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| teamId | Yes | Team ID | |
| replyId | No | Reply ID if removing reaction from a reply (optional) | |
| tenantId | No | Target tenant ID from list_tenants. Omit only when a default is configured or exactly one tenant is connected. Resource IDs belong to this tenant. | |
| channelId | Yes | Channel ID | |
| messageId | Yes | Message ID to remove reaction from | |
| reactionType | Yes | Reaction type to remove - Unicode emoji (e.g., "👍") or named reaction (e.g., "like", "heart") |