Deleting a ZIP File

Usage

Deletes a ZIP file archiving reports of a Web Intelligence document.

Request

DELETE /documents/<documentID>/zips/<zipID>

Response

Response type: application/xml or application/json

The response is a message stating the success or failure of the request.

Example

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>