Forum Discussion
Peter1
Dec 23, 2021Copper Contributor
Bulk Delete via Rest invoke in Poweshell
Hi All, I am using the below rest method from PowerShell to delete the ID (123) and it is working ,now i have 100 + ids ,how can delete all the 100+ ID 's one by one automatically one after other...
farismalaeb
Dec 24, 2021Steel Contributor
Place them in a loop using For loop
https://adamtheautomator.com/powershell-for-loop/
https://adamtheautomator.com/powershell-for-loop/