Delete pipeline
DELETE/v2/pipelines/:pipeline_key
Permanently deletes a pipeline and its run history. This cancels any in-progress runs. This does not delete agent sessions created by the pipeline.
Request
Responses
- 204
- 403
- 404
The pipeline is deleted.
Permissions do not allow deleting this pipeline.
Pipeline not found.