---
title: "Close an account"
method: POST
path: "/accounts/{accountId}/close"
tags: ["Accounts"]
---

# Close an account

`POST /accounts/{accountId}/close`

Accounts with a zero balance can be closed. The account must have a status of ACTIVE or CLIENT_BLOCKED.

## Path parameters

- `accountId` string, required

## Response `200`

OK

## Other responses

- `400` — Bad Request

---

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