---
title: "주문 취소 접수"
method: DELETE
path: "/order"
---

# 주문 취소 접수

`DELETE /order`

주문 취소를 요청합니다.

## Query parameters

- `order_id` string
- `client_order_id` string

## Headers

- `Authorization` string, required

## Response `200`

200

- object
  - `order_id` string, required — 주문의 고유 ID(구 `uuid`)
  - `client_order_id` string — 서버에서 부여하는 주문 ID(`order_id`)와 별도로 주문 생성 시 사용자가 직접 지정한 고유 ID
  - `created_at` string, date-time, required — 주문 생성 시각

## Other responses

- `400` — 400
- `404` — 404
- `422` — 422

---

[API](https://skmtc.dev/bithumb/apis/open-api-public.md) · [All operations](https://skmtc.dev/bithumb/apis/open-api-public/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/bithumb/open-api-public/revisions/9edc2d6e86db/schema)
