> For the complete documentation index, see [llms.txt](https://developers.alephee.com/v2/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://developers.alephee.com/v2/orders/delete-methods/delete-an-order/examples.md).

# Examples

### Request

{% code overflow="wrap" %}

```bash
curl --location --request DELETE 'http://api.alephcrm.com/v2/orders?API_KEY=AAAAAAAA-XXX-XXX-XXX-XXXXXXXXXXXX&accountId=ZZZZ&orderID=WWWW&revertStock=TRUE ' \
\
--header 'Content-Type: application/json' \
```

{% endcode %}

### Response

```json
Code 204 with blank response, no text
```
