---
title: "Delete customer bank account."
method: DELETE
path: "/customers/{customerId}/bank-accounts/{bankAccountId}"
tags: ["Customer"]
---

# Delete customer bank account.

`DELETE /customers/{customerId}/bank-accounts/{bankAccountId}`

## Path parameters

- `customerId` integer, required
- `bankAccountId` integer, required

## Response `204`

Bank account successfully deleted.

## Other responses

- `400` — Invalid request. Customer ID or bank account ID is missing or invalid.
- `403` — User does not have valid permissions.
- `404` — Bank account not found or has already been deleted.
- `500` — Internal server error while deleting the bank account.

---

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