delete #
Deletes a notification rule.
Query Syntax #
HTTP #
URL: http://kuzzle:7512/_/notification-rules/:index/:_id
Method: DELETE
Javascript #
kuzzle.query({
controller: 'notifications',
action: 'delete',
index: '<index>',
_id: '<notification rule id>',
});
Arguments #
index
: Tenant index_id
: Notification rule ID
Edit this page on Github(opens new window)