Core
IoT Platform v2.x
2

Delete #

Deletes an existing dashboard inside a tenant index.

Returns an error if the dashboard does not exist.


Query Syntax #

HTTP #

URL: http://kuzzle:7512/_/dashboard/:index/:_id
Method: DELETE

Javascript #

kuzzle.query({
  controller: 'dashboard-builder/dashboard',
  action: 'delete',
  index: '<index>',
  _id: '<dashboard-id>',
});

Arguments #

ArgumentsTypeDescription
index
string
Index name where the dashboard exists.
_id
string
Unique identifier of the dashboard to delete.