Delete Teams Channel Message
teams_delete_channel_messageDelete a Microsoft Teams channel message or reply. Uses Microsoft Graph and tenant policy to control deletion permissions.
Instructions
Soft-delete a Teams channel message or reply. Microsoft Graph and tenant policy enforce who may delete it. Chinese intents / 中文意图: 删除Teams频道消息, 撤回频道消息, 删除频道回复.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| teamId | Yes | Teams team ID. | |
| replyId | No | Optional reply ID. Omit to delete the root message. | |
| channelId | Yes | Teams channel ID. | |
| messageId | Yes | Root channel message ID. |