---
title: "Cancel Order"
method: POST
path: "/auth/w/order/cancel"
---

# Cancel Order

`POST /auth/w/order/cancel`

Cancels one of the current user's orders.

## Request body

- object
  - `id` integer — The ID of the order to cancel (can be get using the [Retrieve Orders](https://docs.bitfinex.com/reference#rest-auth-retrieve-orders) and the [Retrieve Orders (by symbol)](https://docs.bitfinex.com/reference#rest-auth-retrieve-orders-by-symbol) endpoints).
  - `cid` integer — The CID of the order to cancel. Users must also provide a `cid_date` to cancel an order through its CID. Providing only the CID will cause the endpoint to return an error. (int45)
  - `cid_date` string, date — An YYYY-MM-DD date to provide along with an order's CID.

## Response `200`

200

- unknown[]
  - unknown

---

[API](https://skmtc.net/bitfinex/apis/api-settings-public.md) · [All operations](https://skmtc.net/bitfinex/apis/api-settings-public/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/bitfinex/api-settings-public/versions/d60be16fab63/schema)
