Skip to main content
teams.unsetChatMessageReaction removes the connected user’s reaction and completes without output.

Example

automations/teams-unset-chat-message-reaction.automation.ts

Inputs

Pass { chatId: "chat-id", messageId: "message-id", reactionType: "like" }. The optional second argument { account } selects a Microsoft binding.

Output

Removes the connected user’s reaction and completes without output. Microsoft Graph IDs are opaque and should be passed through unchanged.