Delete a Dashboard on the Web
The Web Dashboard does not allow users to delete dashboards from the dashboard storage out of the box. To enable this functionality, you can implement a custom extension that adds the Delete option.
The example below shows how to implement the custom extension that adds the Delete menu item to the Web Dashboard’s UI. The image below shows the result of such implementation (see the DeleteExtension.js file in the examples):
Download the example based on the platform:
See Also