delete# CustomCouplingNode.delete() → None# Delete this node. Examples >>> from ansys.aedt.core import Emit >>> app = Emit() >>> rev = app.results.get_revision() >>> cpl = rev.get_coupling_data_node() >>> cust = cpl.add_custom_coupling() >>> cust.delete()