This API will delete (anonymize) an individual account’s data in compliance with the General Data Protection Regulation (GDPR). When you call this API, personally identifiable account information such as a name, user ID, and location data will be hidden in the Aria application as shown here.
Notes:
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. |
![]() |
acct_no
OR
client_acct_id
OR
userid |
long
string
string |
22
50
32 |
Aria-assigned account identifier. This value is unique across all Aria-managed accounts.
|
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. |