Function delete_dashboard

Source
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.