pub async fn delete_dashboard(
configuration: &Configuration,
id: &str,
) -> Result<(), Error<DeleteDashboardError>>
Expand description
Deletes a dashboard. Permissions required: None The dashboard to be deleted must be owned by the user.
pub async fn delete_dashboard(
configuration: &Configuration,
id: &str,
) -> Result<(), Error<DeleteDashboardError>>
Deletes a dashboard. Permissions required: None The dashboard to be deleted must be owned by the user.