---
title: "Cancel a chase order"
method: DELETE
path: "/v1/chase-orders/{id}"
tags: ["chase-orders"]
---

# Cancel a chase order

`DELETE /v1/chase-orders/{id}`

## Path parameters

- `id` string, uuid, required

## Response `200`

Successful response

- CancelChaseOrderOutput
  - `chaseOrder` ChaseOrder, required
    - `id` string, uuid, required
    - `symbol` string, required
    - `side` 'LONG' | 'SHORT', required
    - `size` number, required
    - `priceLimit` number, required
    - `currentOrderId` string, nullable, required
    - `currentPrice` number, nullable, required
    - `filledSize` number, required
    - `reduceOnly` boolean, required
    - `status` 'PENDING' | 'ACTIVE' | 'FILLED' | 'CANCELLED' | 'EXPIRED' | 'ERROR', required
    - `error` string, nullable, required
    - `expiresAt` string, required
    - `createdAt` string, required
    - `updatedAt` string, required

## Other responses

- `400` — Invalid input data
- `401` — Authorization not provided
- `403` — Insufficient access
- `404` — Resource not found
- `500` — Internal server error

---

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