> For the complete documentation index, see [llms.txt](https://remusdex.gitbook.io/remusdex-docs/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://remusdex.gitbook.io/remusdex-docs/how-to-interact/removing-canceling-an-order.md).

# Removing (Canceling) an Order

```bash
export MAKER_ORDER_ID=<your_order_id>

starkli invoke \
  <DEX_ADDRESS> \
  delete_maker_order \
  $MAKER_ORDER_ID
```

* Cancels the order and returns the unfilled amount to you.
