> ## 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.

> This endpoint deletes a specified exchange rate by its ID.

# Delete Rates

```json theme={null}
DELETE /exchange/rates/{id}
```

#### **Request**

* **Headers**:
  `Authorization:  YOUR_API_KEY`&#x20;

* **Path Parameter**:

  * **`id`** *(string, required)*: The unique identifier of the rate to delete.
    **Example**: `3f27a046-314d-457f-b39b-1ec30561353d`

#### **Responses**

1. **204 No Content**

   * Indicates that the rate was successfully deleted.

   * No response body.

2. **404 Not Found**

   * **Media Type**: `application/json`

   * Returned if the specified `id` does not exist or is invalid.
