---
title: "Cancel Orders (multiple)"
method: POST
path: "/auth/w/order/cancel/multi"
---

# Cancel Orders (multiple)

`POST /auth/w/order/cancel/multi`

Cancels multiple orders simultaneously. Orders can be canceled based on the Order ID, the combination of Client Order ID and Client Order Date, or the Group Order ID. Alternatively, the body param 'all' can be used with a value of 1 to cancel all orders.

## Request body

- object
  - `id` integer — An array containing the IDs of the orders to delete.
  - `gid` integer — An array containing the GIDs of the orders to delete.
  - `cid` string, json — An array of tuples containing the cid and cid_date pairs of the orders to delete.
  - `all` integer — If set to 1, cancels all open orders (both trading and derivative)

## Response `200`

200

---

[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)
