Deleting an Alerter

Usage

Deletes an alerter.

Request

DELETE /documents/<documentID>/alerters/<alerterID>

Response

Response type: application/xml or application/json

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

Example

DELETE /documents/5022/alerters/3

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