teams message unreact
Auto-generated reference
This page is generated from checked-in CLI metadata for release v0.3.0. Do not edit it by hand.
Remove a reaction from a message through the Microsoft Graph beta endpoint.
Synopsis
teams message unreact --team TEAM_ID --channel CHANNEL_ID --message-id MESSAGE_ID (REACTION | --reaction REACTION)
Options
| Option | Value | Required | Env | Default | Description |
|---|---|---|---|---|---|
--team | TEAM_ID | yes | Team ID | ||
--channel | CHANNEL_ID | yes | Channel ID | ||
--message, --message-id | MESSAGE_ID | yes | Message ID | ||
--reaction | REACTION | no | Reaction type to remove |
Examples
No command-specific examples are published yet.
Exit Codes
| Code | Meaning |
|---|---|
| 0 | success |
| 2 | invalid input |
| 3 | authentication error |
| 4 | permission denied |
| 5 | not found |
| 6 | rate limited |