---
title: "Remove fiat bank account (business)"
method: DELETE
path: "/money/accounts/bank_accounts/{id}"
tags: ["money", "accounts"]
---

# Remove fiat bank account (business)

`DELETE /money/accounts/bank_accounts/{id}`

Archive (tombstone) the addressed US/MX bank money account for the caller's group. Requires bank_account_remove.

## Path parameters

- `id` string, required

## Response `200`

OK

- MoneyAccountsRemoveFiatBankAccountOutput
  - `deleted` boolean
  - `id` string

## Other responses

- `401` — Unauthorized
- `403` — Forbidden
- `404` — Not Found
- `default` — Error response.

---

[API](https://skmtc.net/stablesea/apis/stable-sea-backend.md) · [All operations](https://skmtc.net/stablesea/apis/stable-sea-backend/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/stablesea/stable-sea-backend/revisions/2891199eb659/schema)
