---
title: "Cancel an order"
method: DELETE
path: "/v1/orders/{id}"
tags: ["orders"]
---

# Cancel an order

`DELETE /v1/orders/{id}`

Cancel an order

## Request body

- object
  - `stark_signatre` string, required

## Response `200`

OK

- object
  - `order_id` integer, required — ID of the cancelled order
  - `status` string, required — New status of the order

---

[API](https://skmtc.dev/immutable/apis/immutable-x-api.md) · [All operations](https://skmtc.dev/immutable/apis/immutable-x-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/immutable/immutable-x-api/revisions/fb4f99cbbde4/schema)
