---
title: "Remove a connection"
method: DELETE
path: "/connections/{connection_id}"
tags: ["Connections"]
---

# Remove a connection

`DELETE /connections/{connection_id}`

Removes a connection from our system and revokes the consent.
All the associated accounts and transactions to that connection will be destroyed as well.
Salt Edge will send a [destroy](#destroy) callback to your web application. Make sure to specify the `Destroy URL` in your client account by accessing <a href='https://www.saltedge.com/clients/callbacks/edit' target="_blank">callbacks page</a>.

## Path parameters

- `connection_id` string, required — `id` of the connection

## Response `200`

OK

- RemovedConnectionResponse
  - `data` object, required
    - `id` string — `id` of the connection
    - `removed` boolean

## Other responses

- `404` — We could not find a connection with the requested `connection_id`
- `406` — Too many connections are being processed at the same time from one application

---

[API](https://skmtc.net/saltedge/apis/salt-edge-account-information-api.md) · [All operations](https://skmtc.net/saltedge/apis/salt-edge-account-information-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/saltedge/salt-edge-account-information-api/revisions/f18f4f36d0b3/schema)
