pub async fn delete_group(
infra: &InfraContext<'_>,
token: &str,
label: &str,
force: bool,
) -> Result<(), Error>Expand description
Delete the HSM group named label.
Unless force is set, validate_group_deletion runs first and
the delete is rejected if any node would be orphaned.