removeConnectionChangeCallback(callback)
Removes the provided callback from the list of methods that are run when a clone connection’s state changes. This is the opposite of the hou.clone.addConnectionChangeCallback() method.
callback
The callback method that should be deregistered. If this callback is not curently registered, this method raises a hou.OperationFailed exception.