---
title: "Cancel open order by client order id"
method: DELETE
path: "/orders/by_client_id/{client_id}"
tags: ["Orders"]
---

# Cancel open order by client order id

`DELETE /orders/by_client_id/{client_id}`

## Path parameters

- `client_id` string, required

## Query parameters

- `market` string

## Response `204`

No Content

## Other responses

- `400` — Bad Request

## Changes

- **2025-12-24** `846a2e2b455b` — 1 info
  - added the media type `application/json` for the response with the status `400`
- **2025-10-23** `d63bf479adcf` — 1 info
  - added the new optional `query` request parameter `market`

[Change history](https://skmtc.dev/tradeparadex/apis/paradex-rest-api-2/changes/orders/by_client_id/:client_id/delete.md)

---

[API](https://skmtc.dev/tradeparadex/apis/paradex-rest-api-2.md) · [All operations](https://skmtc.dev/tradeparadex/apis/paradex-rest-api-2/llms.txt) · [OpenAPI document](https://skmtc.dev/tradeparadex/apis/paradex-rest-api-2/revisions/846a2e2b455b?raw)
