remove_criterion# ansys.optislang.core.tcp.server_commands.remove_criterion(actor_uid: str, name: str, password: str | None = None) → str# Generate JSON string of remove_criterion command. Parameters: actor_uid: strActor uid entry. name: strCriterion name. passwordOptional[str], optionalPassword. Defaults to None. Returns: strJSON string of remove_criterion command.