Delete pipeline action in Azure DevOps package

The Delete pipeline action in the Azure DevOps package enables you to permanently delete an existing CI/CD pipeline from the Azure DevOps project of the active session.

Settings

  • Session name: The name of the active Azure DevOps session. Choose Session name and enter the name you specified when you opened the session, or choose Variable to use a session variable. The pipeline is deleted from the organization and project of the specified session.
  • Pipeline ID: Specify the unique identifier of the pipeline you want to delete within the project. Enter the pipeline ID directly or use a string variable. You can obtain the pipeline ID from the Create pipeline action.
    Note: Deleting a pipeline will also remove its entire run history.