remove method

remove(item)

Remove the ConnectionABCD object from the collection.

def remove(self, item):
    ...
ParameterTypeDescription
itemConnectionABCD

See Also