Forum Discussion
OIMSdemo
Apr 28, 2020Copper Contributor
Remove retention labels from items in SharePoint
As far as I'm aware, once a retention label has been applied to an item in SharePoint there is no way to remove it (if the "record" box was checked in the retention label settings).
Is this true?
We have a scenario where some testing labels were applied but would now ideally be removed.
2 Replies
- Alireza RahimifaridIron Contributor
Hello,
No, you can remove them with the PowerShell, try this solution:
https://microsoft365.today/microsoft-365/how-to-remove-labels-from-the-security-compliance-center/
Remove-ComplianceTag
Regards,
Alireza
- RobAaldijkCopper ContributorThis only removing the labels that can be applied, not the labels that were already applied to items. I tried with Reset-PnPLabel but that doesnt work either (is that even referring to retention labels?)