public Task DeleteDashboard(
DashboardDto dashboard,
UserSessionData deletedBy,
bool forceDelete = false,
CancellationToken cancellationToken = default
)| UnauthorizedAccessException | Thrown if the user deletedBy did not have the correct permissions |
| ArgumentNullException | Thrown if dashboard or deletedBy was |