Deleting a Schedule

Deletes a schedule of a Web Intelligence document.

Request

DELETE <webiURL>/documents/{documentId}/schedules/{scheduleId}

Where:

  • {documentId}: the identifier of the Web Intelligence document is retrieved from the document list
  • {scheduleId}: the identifier of the schedule available for a document retrieved from the list of schedules
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>