pub async fn delete_configurations_and_derivatives(
infra: &InfraContext<'_>,
token: &str,
candidates: &DeletionCandidates,
) -> Result<(), Error>Expand description
Execute the deletion of configurations and derivatives.
pub async fn delete_configurations_and_derivatives(
infra: &InfraContext<'_>,
token: &str,
candidates: &DeletionCandidates,
) -> Result<(), Error>Execute the deletion of configurations and derivatives.