---
title: "Delete a pipeline by name"
method: DELETE
path: "/pipelines/{name}"
tags: ["pipelines"]
---

# Delete a pipeline by name

`DELETE /pipelines/{name}`

Delete a pipeline by its name

## Path parameters

- `name` string, required

## Response `204`

Pipeline deleted successfully

## Other responses

- `404` — Not found - Pipeline does not exist
- `500` — Internal server error

## Changes

- **2025-09-28** `ef1146f3d831` — 1 info
  - endpoint added
- **2025-08-17** `2bbb58594c86` — 1 breaking
  - api path removed without deprecation

[Change history](https://skmtc.dev/open-ug/apis/conveyor-ci-api/changes/pipelines/:name/delete.md)

---

[API](https://skmtc.dev/open-ug/apis/conveyor-ci-api.md) · [All operations](https://skmtc.dev/open-ug/apis/conveyor-ci-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/open-ug/conveyor-ci-api/revisions/4ad35de52cbb/schema)
