---
title: "Delete an exchange"
method: DELETE
path: "/api/br/exchanges/{id}/"
tags: ["Exchanges"]
---

# Delete an exchange

`DELETE /api/br/exchanges/{id}/`

{% admonition type="warning" name="Coming Soon" %}
  This endpoint is currently undergoing development. As such, minor changes or bugs may occur. If you encounter any issues, please contact your Belvo representative.
{% /admonition %}

Delete a specific exchange from your Belvo account.

> **Note**: When you delete an exchange, all associated exchange history records are also deleted.

## Path parameters

- `id` string, uuid, required

## Response `204`

No Content

## Other responses

- `401` — Unauthorized
- `403` — Access to Belvo API denied
- `404` — Not Found Error
- `408` — Request Timeout
- `500` — Unexpected Error

---

[API](https://skmtc.net/belvo/apis/belvo-api-docs.md) · [All operations](https://skmtc.net/belvo/apis/belvo-api-docs/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/belvo/belvo-api-docs/revisions/3423c786ece5/schema)
