pub async fn delete_hw_component(
backend: &StaticBackendDispatcher,
token: &str,
target_hsm_group_name: &str,
parent_hsm_group_name: &str,
pattern: &str,
dryrun: bool,
delete_hsm_group: bool,
) -> Result<DeleteHwResult, Error>Expand description
Core logic for removing hardware components from a cluster group. No terminal interaction — suitable for both CLI and HTTP callers.