Skip to main content
DELETE
/
v1
/
holders
/
{holder_id}
Delete a holder
curl --request DELETE \
  --url https://crm.sandbox.lerian.net/v1/holders/{holder_id} \
  --header 'X-Organization-id: <x-organization-id>'
{}

Headers

Authorization
string

The authorization token in the 'Bearer <token>' format.
Important: This header is required if your environment has Access Manager enabled. For more information, refer to the Access Manager documentation.

X-Organization-id
string
required

The unique identifier of the Organization associated with the request.

Example:

"01946120-0f45-7c5f-86a0-0ea7c59fdbd4"

Path Parameters

holder_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 any.