DeleteMessage
Removes a message from a Teams channel conversation, typically used for moderation or compliance.
Input
| Name | Type | Required | Description |
| TeamId | String | True | Unique identifier of the team where the message exists. Used to ensure the operation targets the correct Microsoft Teams environment. |
| ChannelId | String | True | Unique identifier of the channel within the team where the message is posted. Required to locate the message contextually. |
| MessageId | String | True | Unique identifier of the message to be deleted. Ensures precise targeting of the message in the specified channel. |
Result Set Columns
| Name | Type | Description |
| Success | String | Indicates whether the message was successfully deleted. Returns true if the deletion was successful, otherwise false. |