delete_revrec_profile_m
Summary
| API Name | delete_revrec_profile_m |
|---|---|
| Class | administration_services_m |
| Update Version | 6.26 |
Description
Deletes a revrec profile
Inputs
| Name | Type | Length | Required | Description |
|---|---|---|---|---|
| client_no | long | 12 | Yes |
Aria-assigned unique identifier indicating the Aria client providing service to this account. |
| auth_key | string | 32 | Yes |
Aria-assigned unique key to be passed with each method call for authenticating the validity of the requestor. |
| profile_id | long | 12 | Yes |
Specifies an array of profiles to be deleted. e.g profile_id[0]=102&profile_id[1]=104 Alternative required field: client_profile_id |
| client_profile_id | string | 100 | Yes |
Specifies an array of client_profile_id of the profiles to be deleted. e.g client_profile_id[0]=102&client_profile_id[1]=104 Alternative required field: profile_id |
Outputs
| Name | Type | Length | Required | Description |
|---|---|---|---|---|
| error_code | long | No |
Aria-assigned error identifier. 0 indicates no error |
|
| error_msg | string | No |
Textual description of any error that occurred. "OK" if there was no error. |