Forum Discussion
Undocumented Site Collection Feature
Hi Pieter,
a customer of my switch this feature on..... do you know how I can safely remove the list?
Or is the only way hard delete bij SPD or sitemanager.aspx?
With kind regeards,
Rob
Rob Rijlaarsdam Did any of you figure out how to delete this Review Items list? List settings does not have the "Delete this list" option. Thanks
- Rajiv ChokshiDec 19, 2019
Microsoft
Rajiv Chokshi PnP is failing to delete as well. 😞
Remove-PnPList -Identity $ListName -Force
Remove-PnPList : This list cannot be deleted.
At line:1 char:1
+ Remove-PnPList -Identity $ListName -Force
+ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
+ CategoryInfo : WriteError: (:) [Remove-PnPList], ServerException
+ FullyQualifiedErrorId : EXCEPTION,SharePointPnP.PowerShell.Commands.Lists.RemoveList
- alexdudgeonMar 30, 2021Copper Contributor
Came across this solution:
Re: How to delete the "Review Items" list? - Microsoft Tech Community