Skip to main content
Aria Knowledge Central

delete_acct_data_m

Summary

API Name delete_acct_data_m
Class account_services_m
Update Version 40

Description

This API will delete (anonymize) an individual account's data to be in compliance with General Data Protection Regulation (GDPR). The changes made by this API are irreversible so it is highly recommended that Aria's clients record the individual user's consent / confirmation prior to calling this API. Any open charges, credits, unbilled usage, etc. should be addressed with the end user prior to invoking this API.

Inputs

Name Type Length Required Description
client_no long 22 Yes

Aria-assigned unique identifier indicating the Aria client providing service to this account.

auth_key string 32 No

Aria-assigned unique key for authenticating the validity of the requestor. This key is passed with each method call.

acct_no long 22 Yes

Aria-assigned account identifier. This value is unique across all Aria-managed accounts

Alternative required field: userid or client_acct_id

client_acct_id string 50 Yes

This is the client-assigned identifier for the account.

Alternative required field: acct_no or userid

userid string 32 Yes

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

Alternative required field: acct_no or client_acct_id

Outputs

Name Type Length Required Description
error_code long   No

Aria-assigned error identifier. 0 indicates no error.

error_msg string   No

Description of any error that occurred. "OK" if there was no error.

TOP
  • Was this article helpful?