---
title: "Delete an account holder."
method: DELETE
path: "/v2/account-holder/{account_holder_id}"
tags: ["Account Holder"]
---

# Delete an account holder.

`DELETE /v2/account-holder/{account_holder_id}`

Delete an account holder and all of its ledger. This operation is permanent.

## Path parameters

- `account_holder_id` string, required

## Response `200`

Deleted account holder.

- EmptyResponse
  - `status` 'success' | 'error', required

## Other responses

- `404` — Account holder not found.
- `422` — Validation Error

---

[API](https://skmtc.net/ntropy/apis/ntropy-transaction-api.md) · [All operations](https://skmtc.net/ntropy/apis/ntropy-transaction-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/ntropy/ntropy-transaction-api/versions/47be508488c1/schema)
