pub async fn validate_group_deletion( infra: &InfraContext<'_>, token: &str, label: &str, ) -> Result<(), Error>
Validate that deleting a group will not orphan any nodes.