Forum Discussion
Dberendse
Sep 12, 2023Copper Contributor
Is bulk removing sensitivity labeling possible?
For some of my data lets say 10k files, and my tenant sensitivity labeling is applied, however, i want to split half of those and remove the sensitivity labels from them. What are my options?
For example move those files to another drive and somehow bulk remove?
Or any other options. Or already remove them on sharepoint.
- You can use the assignSensitivityLabel endpoint: https://learn.microsoft.com/en-us/graph/api/driveitem-assignsensitivitylabel?view=graph-rest-beta&tabs=http
Make sure to read the documentation as there are specific caveats for using said endpoint.