Delete a pipeline
DELETE
/api/v4/projects/{id}/pipelines/{pipeline_id}
Deletes a specified pipeline for a project.
Authorizations
Section titled “Authorizations”Parameters
Section titled “Parameters”Path Parameters
Section titled “Path Parameters”id
required
string
The project ID or URL-encoded path
Example
11pipeline_id
required
integer
The pipeline ID
Example
18Responses
Section titled “Responses”Pipeline was deleted
Bad Request
Forbidden
Not Found