---
title: "Delete a pipeline within an application."
method: DELETE
path: "/orgs/{orgId}/apps/{appId}/pipelines/{pipelineId}"
tags: ["public", "Pipelines"]
---

# Delete a pipeline within an application.

`DELETE /orgs/{orgId}/apps/{appId}/pipelines/{pipelineId}`

## Path parameters

- `orgId` string, required
- `appId` string, required
- `pipelineId` string, required

## Headers

- `If-Match` string

## Response `202`

Request for pipeline deletion successfully committed

## Other responses

- `204` — Pipeline has been successfully deleted
- `400` — The request was invalid. More detail can be found in the error body.
- `404` — Either the resource or a related resource could not be found. More detail can be found in the error body.
- `409` — The request itself is valid however it could not be applied based on the current state of the resource. More detail can be found in the error body.
- `412` — The request itself is valid however it could not be applied because the Etag does not match.

---

[API](https://skmtc.net/humanitec/apis/humanitec-api.md) · [All operations](https://skmtc.net/humanitec/apis/humanitec-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/humanitec/humanitec-api/revisions/e21ad140ec3c/schema)
