Bulk Delete Request
The bulk delete request format and details are as follows:
Bulk Delete Request Data Model
Element Name | Data Type | Element Description |
---|---|---|
UserName | String | The login ID of the user. |
Password | String |
The password of the specified user. |
Enterprise | String | The name of the enterprise. |
BinaryAttachment | base64Binary | The ZIP file that contains all the data files. |
Note: The sample file,
BulkDelete_Request.xml, for the bulk delete request is available at the
$AC_HOME/samples/wsrequests/ location.
Note: UserInfo element, which includes UserName, Password, and Enterprise, is optional if you provide JSessionID when invoking the request. If you do not provide JSessionID then the UserInfo element becomes mandatory.