remove method

remove

Removes a property with the specified name.

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

See Also