Delete the named alert rule for the specified action and database.
Upon success, MarkLogic Server returns a status code 204 (No Content). If the request malformed or the rule does not exist, a status code of 400 (Bad Request) is returned. A status code of 401 (Unauthorized) is returned if the user does not have the necessary privileges.
manage-admin
rolehttp://marklogic.com/xdmp/privileges/manage-admin
http://marklogic.com/xdmp/privileges/manage
privilege, plus one of the following privileges:
http://marklogic.com/xdmp/privileges/admin/database
http://marklogic.com/xdmp/privileges/admin/database/database-ID
http://marklogic.com/xdmp/privileges/admin/database/alerts/database-ID
$ curl --anyauth --user user:password -X DELETE -i \ http://localhost:8002/manage/v2/databases/Documents/alert/actions/xdmp:log2/rules/my-rule?uri=my-alert-config ==> Deletes the alert rule, "my-rule," from the Documents database.
Stack Overflow: Get the most useful answers to questions from the MarkLogic community, or ask your own question.