---
title: "Deletes a bank account"
method: DELETE
path: "/bank-accounts/{bank_account_id}"
tags: ["Bank accounts"]
---

# Deletes a bank account

`DELETE /bank-accounts/{bank_account_id}`

Removes a bank account definition when the entity closed the account or you mistakenly created a duplicate connector mapping.
Ensure no scheduled payments or open reconciliation batches still target this bank account before deletion.

## Path parameters

- `bank_account_id` string, required

## Response `204`

No Content

## Other responses

- `default` — Error

---

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