deleteClone(cloneid)
Disconnects and deletes an existing hou.clone.Connection object. This is different from simply disconnecting a clone using hou.clone.Connection.disconnect, after which the connection object still exists and can be reconnected. After calling this method, the provided clone identifier ceases to be valid,
cloneid
The unique identifier of the clone conenction object to delete. If the provided clone identifier doesn’t correspond to an existing clone, this method does nothing.