delete# SetupSBR.delete() → bool# Delete actual Setup. Returns: boolTrue if setup is deleted. False if it failed. Examples >>> from ansys.aedt.core import Hfss >>> app = Hfss() >>> setup = app.create_setup() >>> setup.delete()