delete_revrec_profile_m
Deletes a revrec profile
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. | |
profile_id | int array | 12 | Specifies an array of profiles to be deleted. e.g profile_id[0]=102&profile_id[1]=104 | |
OR | ||||
client_profile_id | string array | 100 | Specifies an array of client_profiel_id of the profiles to be deleted. e.g client_profile_id[0]=102&client_profile_id[1]=104 |
Output Arguments
Field Name | Field Type | Description |
---|---|---|
error_code | long | Aria-assigned error identifier. 0 indicates no error |
error_msg | string | Textual description of any error that occurred. "OK" if there was no error. |