Release pipelines (beta)
Delete release pipeline
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.
delete/api/v2/projects/{projectKey}/release-pipelines/{pipelineKey}
Path parameters
projectKeystring string required
The project key
The project key
pipelineKeystring string required
The release pipeline key
The release pipeline key
Response
Action succeeded