Delete dashboard
DELETE /v2/dashboard/:id
Deletes a dashboard by its unique ID. This operation permanently removes the specified dashboard from the tenant’s workspace. It is typically used for cleaning up outdated or unused dashboards. Only users with administrative permissions can perform this action.
Response Example
{
"message": "Dashboard 'Example Dashboard' deleted successfully"
}