Delete an Alias Account
Use this endpoint to delete an Account Alias. By default, it performs a soft delete (logical removal). To permanently delete the record, use the hard_delete=true query parameter.
Documentation Index
Fetch the complete documentation index at: https://docs.lerian.studio/llms.txt
Use this file to discover all available pages before exploring further.
Headers
The authorization token in the 'Bearer ' format.
Important: This header is required if your environment has Access Manager enabled. For more information, refer to the Access Manager documentation.
The unique identifier of the Organization associated with the request.
"019c96a0-0a98-7287-9a31-786e0809c769"
Path Parameters
Unique identifier of the Holder.
Unique identifier of the Alias Account.
Query Parameters
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.

