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
VasilMichev
Feb 25, 2021MVP
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
- Peter2wxinDec 24, 2021Brass ContributorIt looks like deleting conversations (emails) in O365 groups, not sure if it works for Teams, too...
- thijoubertoldDec 24, 2021Iron ContributorGraph 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.