delete_legal_entity_m
Use this API to delete an existing legal entity within an Aria client. The required fields are used to select the legal entity that is intended to be deleted. Only legal entities that have not been assigned to an account can be deleted.
Input Arguments
Req | Field Name | Field Type | Max Length | Description |
---|---|---|---|---|
client_no | long | 22 | Aria-assigned unique identifier indicating the Aria client providing service to this account. | |
auth_key | string | 32 | Aria-assigned unique key to be passed with each method call for authenticating the validity of the requestor. | |
legal_entity_no | long | 32 | Aria-assigned legal entity identification number. This field dictates which legal entity data will be displayed below. | |
OR | ||||
client_legal_entity_id | string | 300 | Client-assigned unique identifier for the legal entity. | |
OR | ||||
legal_entity_name | string | 300 | Client-assigned descriptor of the legal entity. |
Output Arguments
Field Name | Field Type | Description |
---|---|---|
error_code | long | Aria-assigned error identifier. 0 indicates no error. |
error_msg | string | Description of any error that occurred. “OK” if there was no error. |