delete_variable# VariableManager.delete_variable(name: str) → bool# Delete a variable. Parameters: namestrName of the variable. Returns: boolTrue when successful, False when failed. References >>> oProject.ChangeProperty >>> oDesign.ChangeProperty Examples >>> from ansys.aedt.core import Hfss >>> hfss = Hfss() >>> hfss.variable_manager.delete_variable("p1")