not able to delete test cases in azure devops through powershell scripts
问题 I have checked How to delete multiple test cases in Azure DevOps It not works for me. Using PowerShell scripts alone, I want to delete multiple test cases in one go in Azure DevOps. Currently, portal only allows to delete one at a time. I have tried like below way, and throws exceptions. $url = "https://dev.azure.com/testarulmouzhie/testDemo_Project/_apis/test/testcases/21?api-version=5.0-preview.1" Invoke-RestMethod -Uri $url -Method Delete -ContentType application/json it throws error like