---
title: "Delete Linked Bank Account"
method: DELETE
path: "/bank-accounts/{bankAccountID}"
tags: ["Linked Bank Accounts"]
---

# Delete Linked Bank Account

`DELETE /bank-accounts/{bankAccountID}`

Removes a Linked Bank Account by bankAccountID.

## Path parameters

- `bankAccountID` string, required — The unique DriveWealth identifier that identifies each linked bank account.

## Response `204`

Deleting a Linked Bank Account was Accepted.

## Other responses

- `400` — Bad Request

---

[API](https://skmtc.net/drivewealth/apis/authentication-apis.md) · [All operations](https://skmtc.net/drivewealth/apis/authentication-apis/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/drivewealth/authentication-apis/revisions/9fced6d0ac41/schema)
