DELETE
/
v1
/
holders
/
{id}
Delete a Holder
curl --request DELETE \
  --url http://127.0.0.1:4003/v1/holders/{id} \
  --header 'X-Lerian-Id: <x-lerian-id>' \
  --header 'X-Organization-Id: <x-organization-id>'
{}

Headers

Authorization
string

The authorization token. This header is required if your environment has the Acces Manager plugin enabled.

X-Organization-Id
string
required

The unique identifier of the Organization associated with the request.

X-Lerian-Id
string
required

The unique identifier of Lerian's client, generated and assigned by Lerian.

Path Parameters

id
string
required

Unique identifier of the Holder.

Query Parameters

hard_delete
string

Set to true to perform a physical deletion (hard delete) of the data. This action is irreversible.

Response

If the request is successful, you’ll get an empty response.

The response is of type object.