---
title: "Delete a Holder"
method: DELETE
path: "/v1/organizations/{organization_id}/holders/{holder_id}"
tags: ["Holders API"]
---

# Delete a Holder

`DELETE /v1/organizations/{organization_id}/holders/{holder_id}`

## Path parameters

- `organization_id` string, uuid, required
- `holder_id` string, required

## Query parameters

- `hard_delete` string — Use only to perform a physical deletion of the data. This action is irreversible. (true,false)

## Headers

- `X-Request-Id` string, uuid
- `Authorization` string

## Response `204`

No Content

## Other responses

- `default` — Error

---

[API](https://skmtc.net/lerian/apis/identity-plugin.md) · [All operations](https://skmtc.net/lerian/apis/identity-plugin/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/lerian/identity-plugin/versions/25daba385532/schema)
