Delete release pipeline

DELETE
/api/v2/projects/:projectKey/release-pipelines/:pipelineKey

Deletes a release pipeline.

You cannot delete the default release pipeline.

If you want to delete a release pipeline that is currently the default, create a second release pipeline and set it as the default. Then delete the first release pipeline. To change the default release pipeline, use the Update project API to set the defaultReleasePipelineKey.

Path parameters

projectKeystringRequired

The project key

pipelineKeystringRequired

The release pipeline key

Response

Action succeeded

{}
map from strings to any or null

Errors

Built with