remove method

remove

Removes the tag with a specified name from the collection.

def remove(self, name):
    ...
ParameterTypeDescription
namestrThe name of tag to remove.

See Also