Hello, I'm cleaning up a workspace before making a...
# gooddata-platform
h
Hello, I'm cleaning up a workspace before making a release. I shared it previously with some colleagues. I can safely delete their insights as we agreed to. However as an Admin I cannot see their private dashboards. Will they be deleted when I remove their users? Or will they stay as orphans?
m
Hi Hans, you can see all the dashboards by going to GrayPages:
Copy code
https://<Your_Domain>.com/gdc/md/<Project_ID>/query/analyticaldashboard
When looking at the “Project Dashboards” page - You need to add this to the URL: ?showAll=1 - After this, you will see all the dashboards in your project (Hidden & Unhidden):
Copy code
https://<Your_Domain>.com/gdc/md/<Project_ID>/query/analyticaldashboard?showAll=1
If you delete their user, the dashboards will not be removed. However, you can delete them via navigating to them using the object ID in the UI.
h
Thanks Michael!