---
title: "Delete an order"
method: DELETE
path: "/orders/{order_id}"
tags: ["Orders"]
---

# Delete an order

`DELETE /orders/{order_id}`

Removes the order and all ordered items from the back-ends.

If an order is still in progress, it cancels the order.
Costs MAY still occur.

## Response `204`

The order and data has been successfully deleted.

## Other responses

- `4XX` — unresolved $ref
- `5XX` — unresolved $ref

---

[API](https://skmtc.dev/open-eo/apis/openeo-api-commercial-data-extension.md) · [All operations](https://skmtc.dev/open-eo/apis/openeo-api-commercial-data-extension/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/open-eo/openeo-api-commercial-data-extension/revisions/5484a04170e2/schema)
