pub async fn delete_group( infra: &InfraContext<'_>, token: &str, label: &str, force: bool, ) -> Result<(), Error>
Delete an HSM group by label.