---
title: "Delete a pipeline by selector"
method: DELETE
path: "/pipelines"
tags: ["Pipelines"]
---

# Delete a pipeline by selector

`DELETE /pipelines`

Delete a pipeline selected by the `pipeline_id`, `alias`, or `repository`/`yaml_path` query parameters. Returns `204 No Content` on success.

## Query parameters

- `alias` string, nullable
- `pipeline_id` string, uuid4, nullable
- `repository` string, nullable
- `yaml_path` string, nullable

## Response `204`

Successful Response

## Other responses

- `422` — Validation Error

---

[API](https://skmtc.net/getorchestra/apis/orchestra-api.md) · [All operations](https://skmtc.net/getorchestra/apis/orchestra-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/getorchestra/orchestra-api/versions/50f4d2ba114d/schema)
