> For the complete documentation index, see [llms.txt](https://docs.trade.mn/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.trade.mn/api-doc/public-api-endpoints/trading-endpoints/cancel-order-trade.md).

# Cancel order (TRADE)

```
DELETE /api/v3/order
```

Cancel an active order. (Захиалга цуцлах)

**Parameters:**

| Name      | Type | Mandatory | Description |
| --------- | ---- | --------- | ----------- |
| id        | UUID | YES       |             |
| timestamp | LONG | YES       |             |

**Response:**

```javascript
{
  "status": true,
  "code": "0000",
  "msg": [
    "Амжилттай"
  ]
}
```
