---
title: "Disable account holder"
method: POST
path: "/account_holders/{id}/disable"
tags: ["Account Holders"]
---

# Disable account holder

`POST /account_holders/{id}/disable`

Disable an account holder. Related external and internal accounts will be disabled at the same time.

## Path parameters

- `id` string, required

## Response `200`

200

- AccountholdersAccountHolder
  - `id` string, uuid, required — The UUID of the account holder.
  - `name` string, required — The name of the account holder
  - `object` string, required — Type of the object, `account_holder`.
  - `created_at` string, date-time, required — The UTC timestamp of the creation of this account holder.
  - `disabled_at` string, date-time — The UTC timestamp of the disabling of this account holder.
  - `metadata` object — Additional client data in JSON format. See [Metadata](https://docs.numeral.io/reference/metadata).

## Other responses

- `404` — The specified resource was not found.
- `409` — Conflict.

---

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