Deleting an Alerter

Deletes an alerter.

Request

DELETE <webiURL>/documents/{documentId}/alerters/{alerterId}

Where:

  • {documentId}: the identifier of the Web Intelligence document retrieved from the list of documents
  • {alerterId}: the alerter identifier retrieved from the list of alerters
Response

Response type: application/xml or application/json

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

Example

DELETE <webiURL>/documents/5022/alerters/3

<success>
    <message>The resource of type 'Alerter' with identifier '3' has been successfully removed.</message>
    <id>3</id>
</success>