---
title: "Remove a Balance Account"
method: DELETE
path: "/v4/profiles/{profileId}/balances/{balanceId}"
tags: ["balance"]
---

# Remove a Balance Account

`DELETE /v4/profiles/{profileId}/balances/{balanceId}`

Closes a balance account for the user's profile.

Balance accounts must have a zero balance to be closed. Bank account details for the balance will also be deactivated and may not be restored.

## Path parameters

- `profileId` integer, required
- `balanceId` integer, required

## Headers

- `X-External-Correlation-Id` string, uuid

## Response `204`

No Content - Balance successfully removed.

## Other responses

- `429` — Rate limit exceeded. Retry after the number of seconds specified in the `Retry-After` header.

---

[API](https://skmtc.net/wise/apis/platform-api.md) · [All operations](https://skmtc.net/wise/apis/platform-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/wise/platform-api/versions/4907a1d269ab/schema)
