---
title: "Delete Order"
method: DELETE
path: "/v1/public/orders/{order_id}"
tags: ["Orders"]
---

# Delete Order

`DELETE /v1/public/orders/{order_id}`

## Path parameters

- `order_id` string, required

## Query parameters

- `external_id` string, nullable

## Response `200`

OK

- PublicOrderDeleteResponse
  - `ok` boolean, required
  - `status` string, required
  - `external_id` string, nullable
  - `order_id` string, nullable
  - `ctx_id` string, nullable

## Other responses

- `400` — Bad Request
- `403` — Forbidden
- `404` — Not Found
- `409` — Conflict
- `500` — Internal Server Error

---

[API](https://skmtc.net/sankahq/apis/ninjaapi.md) · [All operations](https://skmtc.net/sankahq/apis/ninjaapi/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/sankahq/ninjaapi/versions/c273ff62266a/schema)
