---
title: "Close Account"
method: DELETE
path: "/digital-banking/v1/accounts/{account_id}"
tags: ["Accounts"]
---

# Close Account

`DELETE /digital-banking/v1/accounts/{account_id}`

This endpoint closes an account after verifying access. The account's ledger balance must be zero before closure: requests for accounts with a non-zero balance are rejected. Withdraw remaining funds first, via your integration or a booked withdrawal.

## Path parameters

- `account_id` string, uuid, required

## Response `200`

Successful Response

- CloseAccountResponse
  - `account_id` string, required
  - `liquidation_amount` string, required
  - `scheduled_to_close_date` string, date, required

## Other responses

- `400` — Bad Request - Invalid input or validation error
- `401` — Unauthenticated - Invalid or missing authentication credentials
- `403` — Unauthorized - Insufficient permissions to access resource
- `422` — Validation Error
- `500` — Internal Server Error

---

[API](https://skmtc.net/modernfi/apis/endpoints.md) · [All operations](https://skmtc.net/modernfi/apis/endpoints/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/modernfi/endpoints/versions/d9c7bd6bd2f2/schema)
