Hello everyone,
By any luck, has anyone managed to delete a teams channel message with a Microsoft Teams resource?
After setting up the Microsoft Teams connection, the DELETE /teams/{team-id}/channels/{channel-id}/messages/{chatMessage-id} operation does not seem to work and responds with an UnknownError code.
The same GET operation works and the resource has all privileges.
In the Teams Graph API, there is no reference to this endpoint but channel message (soft) deletion should be possible with the
POST /teams/{teamsId}/channels/{channelId}/messages/{chatMessageId}/softDelete operation operation. Any plan to support it?
Thanks,