Skip to content

Delete a pipeline

DELETE
/api/v4/projects/{id}/pipelines/{pipeline_id}

Deletes a specified pipeline for a project.

id
required
string

The project ID or URL-encoded path

Example
11
pipeline_id
required
integer

The pipeline ID

Example
18

Pipeline was deleted

Bad Request

Forbidden

Not Found