DELETE
/
v1
/
holders
/
{holder_id}
/
aliases
/
{alias_id}
Delete an Alias Account
curl --request DELETE \
  --url http://127.0.0.1:4003/v1/holders/{holder_id}/aliases/{alias_id} \
  --header 'X-Lerian-Id: <x-lerian-id>' \
  --header 'X-Organization-Id: <x-organization-id>'
{}

Headers

Authorization
string

The authorization token in the 'Bearer access_token' format.

X-Organization-Id
string
required

The unique identifier of the Organization associated with the Ledger.

X-Lerian-Id
string
required

A unique identifier for the client in the software system, generated and assigned by Lerian.

Path Parameters

holder_id
string
required

Unique identifier of the Holder.

alias_id
string
required

Unique identifier of the Alias Account.

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.