---
title: "Cancel all open orders"
method: DELETE
path: "/orders/all"
tags: ["Orders"]
---

# Cancel all open orders

`DELETE /orders/all`

## Request body

- CancelAllFilterObject — Cancel all request filter object
  - `product_id` integer — cancel all orders for particular product, cancels orders for all products if not provided
  - `cancel_limit_orders` 'true' | 'false' — set as true to cancel open limit orders
  - `cancel_stop_orders` 'true' | 'false' — set as true to cancel stop orders

## Response `200`

returns back success response

- object

## Other responses

- `400` — Returns error if orders could not be cancelled

---

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