Forum Discussion

gorkem's avatar
gorkem
Data Storage
03-03-2024
Solved

Deleting dashboards not shared with Admin User Not Working

Hello, As an admin user, when I try to delete dashboards with REST API that are not owned by me or shared with me I receive the error below ( dashboard id as {dashboardId}): { "succeded": [], "fa...
  • HamzaJ's avatar
    03-04-2024

    Hey gorkem 

    I dont think it is possible. What is possible is changing ownership to yourself and then delete the dashboard: /dashboards/{id}/admin/change_owner . 

    Hamza