---
title: "Delete Order"
method: DELETE
path: "/pipelines/{id}"
tags: ["legacyPipelines"]
---

# Delete Order

`DELETE /pipelines/{id}`

Delete a specific order. Only orders that have not started processing or are in a failed state can be deleted. Active or completed orders cannot be deleted to maintain audit trail.

## Response `204`

Success - pipeline deleted

## Other responses

- `401` — Unauthorized
- `404` — Not found
- `408` — Authorization Check Timeout
- `504` — Timeout

---

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