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

Headers

Authorization
string

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.

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.

alias_id
string
required

Unique identifier of the Alias Account.

Unique identifier of the Related Party to be deleted.

Response

The related party was successfully deleted. No content is returned.