pub async fn instance_delete(
configuration: &Configuration,
name: &str,
project: Option<&str>,
) -> Result<InstancesPut202Response, Error<InstanceDeleteError>>Expand description
Deletes a specific instance. This also deletes anything owned by the instance such as snapshots and backups.