Deletes a ZIP file archiving reports of a Web Intelligence document.
DELETE /documents/<documentID>/zips/<zipID>
Response type: application/xml or application/json
The response is a message stating the success or failure of the request.
DELETE /documents/14746/zips/0
Response:
<success> <message>The resource of type "ZipFile" with identifier "0" has been successfully removed.</message> <id>0</id> </success>