Forum Discussion
CoachTom
Feb 25, 2021Copper Contributor
Mass deleting posts
I've been tasked with cleaning up a team channel that has gotten absolutely massive, with literally thousands of posts. I have been added as an owner of the team, and while I can delete any comments,...
- Feb 25, 2021
Not possible via the UI, but you should be able to automate it via the Graph API: https://docs.microsoft.com/en-us/graph/api/group-delete-thread?view=graph-rest-1.0&tabs=http
Peter2wxin
Dec 24, 2021Brass Contributor
It looks like deleting conversations (emails) in O365 groups, not sure if it works for Teams, too...
thijoubertold
Dec 24, 2021Iron Contributor
Graph API does not support yet the deletion of Teams messages
https://docs.microsoft.com/en-us/graph/api/resources/chatmessage?view=graph-rest-beta
Deletion is still manual today.
https://docs.microsoft.com/en-us/graph/api/resources/chatmessage?view=graph-rest-beta
Deletion is still manual today.