> ## Documentation Index
> Fetch the complete documentation index at: https://docs.juicyway.com/llms.txt
> Use this file to discover all available pages before exploring further.

# Delete Standing Order

> Delete a standing order by its ID.

**Endpoint**

```json theme={null}
DELETE /exchange/standing-orders/{id}
```

#### **Path Parameters:**

* **`id`** (string, required): Standing Order ID.

#### **Query Parameters:**

* **`token`** (string, optional): Token for additional validation.

#### **Responses:**

* **`204`** - No Content

* **`404`** - Not Found
