Dec 23 2021 07:47 AM
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.Kindly suggest
Invoke-RestMethod -Uri 'http://127.0.0.1/api/data(123)' -Method Delete -ContentType "application/xml" -Credential username
Dec 24 2021 03:42 PM