DELETE
/
v1
/
holders
/
{holder_id}
/
aliases
/
{alias_id}
Delete an Alias Account
curl --request DELETE \
  --url https://crm.sandbox.midaz.io/v1/holders/{holder_id}/aliases/{alias_id}
This response does not have an example.

Headers

Authorization
string

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

X-Organization-id
string

The unique identifier of the Organization associated with the request.

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.