---
title: "Delete bank"
method: DELETE
path: "/payments/banks/{id}"
tags: ["Banks"]
---

# Delete bank

`DELETE /payments/banks/{id}`

Remove a saved bank account from your integration by ID. The bank will also be detached from all wallets associated with it.

## Path parameters

- `id` string, required

## Response `200`

Bank deleted successfully

## Other responses

- `400` — Bank not found
- `401` — Invalid or missing API credentials
- `403` — The integration is inactive or the action is not permitted
- `422` — Request validation failed — check the errors array for field-level details
- `500` — An unexpected server error occurred

---

[API](https://skmtc.net/breet/apis/breet-public-api.md) · [All operations](https://skmtc.net/breet/apis/breet-public-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/breet/breet-public-api/versions/5e7cf25847f7/schema)
