---
title: "Delete a bank account"
method: DELETE
path: "/bank_accounts/{id}"
---

# Delete a bank account

`DELETE /bank_accounts/{id}`

Permanently deletes a bank account. Returns 409 Conflict if the bank account has linked data streams.

## Path parameters

- `id` string, required

## Response `204`

Bank account deleted successfully

## Other responses

- `401` — Unauthorized
- `404` — Bank account not found
- `409` — Cannot delete bank account because it has linked data streams

---

[API](https://skmtc.net/endclose/apis/end-close-api.md) · [All operations](https://skmtc.net/endclose/apis/end-close-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/endclose/end-close-api/revisions/613ceff68dc7/schema)
