Core
IoT Platform v2.x
2

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