A saved dashboard in the dashboard designer keeps loading in the console. We are unable to edit/delete that dashboard.
Is there any way to delete the dashboard manually?
Environment
Release : 20.4.x
Component : UIM - UMP_DASHBOARD
Resolution
First, run this query to get data for all the dashboards select * from umpdashboard
Now check the path column and run below query to delete the dashboard from database Example : delete from umpdashboard where path like '%imagetesting%'
Please make sure that you copy full path and then delete the record otherwise it can delete other records as well. Also before deletion please take the backup of database records.