Deleting a Schedule

Usage

Deletes a schedule of a Web Intelligence document.

Request

DELETE /documents/<documentID>/schedules/<scheduleID>

Response

Response type: application/xml or application/json

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

Example

<success>    
    <message>The resource of type "schedule" with identifier "9372" has been successfully removed.
    <id>9372</id>
</success>