Skip to main content
All docs
V23.2

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):

Web Dashboard - Delete Extension

Download the example based on the platform:

View Example: ASP.NET Core View Example: ASP.NET MVC View Example: ASP.NET Web Forms

See Also