Home > Aria6 User Documentation > Aria6 core api > delete_acct_data

delete_acct_data

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:

  • The changes made by this API are irreversible so, before calling this API, it is highly recommended that you:
    • Record the customer's consent/confirmation; and
    • Address any open charges, credits, unbilled usage, etc. with the customer.
  • If you anonymize a parent account, the child account is not anonymized and vice versa.

Input Arguments

Req Field Name Field Type Max Length Description
required-icon.png client_no long 22 Aria-assigned unique identifier indicating the Aria client providing service to this account.
required-icon.png auth_key string 32 Aria-assigned unique key to be passed with each method call for authenticating the validity of the requestor.
required-icon.png

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.



Client-defined account identifier.

 

 



The user's unique identifier. Every account must have an associated user ID

 

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.
 
 
 
Last modified

Tags

This page has no custom tags.

Classifications

This page has no classifications.