About 1,100,000 results
Open links in new tab
  1. Test Cases - Delete - REST API (Azure DevOps Test)

    Delete a test case. DELETE https://dev.azure.com/{organization}/{project}/_apis/test/testcases/{testCaseId}?api …

  2. Delete test plans, test cases, and other test artifacts in Azure

    Apr 2, 2025 · Users with Basic access and with permissions to permanently delete work items and manage test artifacts can only delete orphaned test cases, which means they can delete test …

  3. How to create test case in azure devops using rest api in python

    Sep 30, 2020 · On the other hand, we could check the REST API about the Test cases, there are Get a test case, Delete a test case but no create the test case API directly. To create a …

  4. How to delete multiple test cases in Azure DevOps

    Jul 16, 2019 · You can use the Test Cases - Delete Rest API: DELETE https://dev.azure.com/{organization}/{project}/_apis/test/testcases/{id}?api-version=5.0 …

  5. microsoft/azure-devops-python-api - GitHub

    Learn how to call different APIs by viewing the samples in the Microsoft/azure-devops-python-samples repo. This project welcomes contributions and suggestions. Most contributions …

  6. azure devops - delete orphan test suite - Stack Overflow

    Aug 2, 2019 · I am not able to delete orphan test suite (Test suite without any parent Test Plan). I migrated Test Plan and Test suites using vstssyncmigrator tool. There is issue with Azure …

  7. CRUD Operations with the Azure DevOps REST API & Python

    Dec 11, 2024 · In this tutorial, you learned how to perform basic CRUD operations on User Stories in Azure DevOps using Python. By following the examples provided, you can create, …

  8. Unable to delete Test Cases in Azure Devops | Microsoft …

    May 24, 2023 · I'm able to create Test Cases in Azure Devops, but unable to delete the same. I understand that they can only be permanently deleted and I need to have certain rights to do …

  9. Notification and Test Plan Clients | microsoft/azure-devops-python

    6 days ago · This page documents the Notification and Test Plan clients available in the Azure DevOps Python API. These clients provide Python interfaces to interact with Azure DevOps …

  10. Runs - Delete - REST API (Azure DevOps Test) | Microsoft Learn

    Delete a test run by its ID. The name of the Azure DevOps organization. ID of the run to delete. Version of the API to use. This should be set to '7.1' to use this version of the api. Grants the …

  11. Some results have been removed
Refresh