---
title: "Delete Multiple Orders"
method: DELETE
path: "/pipelines"
tags: ["legacyPipelines"]
---

# Delete Multiple Orders

`DELETE /pipelines`

Delete multiple orders in a single request. Provide an array of pipeline IDs to delete. Only orders that have not started processing can be deleted. Returns a summary of successful and failed deletions.

## Query parameters

- `ids` string, uuid, required

## Response `200`

Success - pipeline deleted

- 2xxDeleteManyResponse
  - `message` string, required
  - `successfully_deleted` string[], required — List of pipeline ids successfully deleted
  - `errors` DeleteManyPipelineError[] — List of pipelines that couldn't be deleted (if any)
    - `id` string, uuid, required
    - `message` string, required
    - `status` number, required

## Other responses

- `400` — Unable to delete
- `401` — Unauthorized
- `403` — Forbidden
- `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)
