remove method
remove
Removes a writable metadata property by the specified name.
Returns
true
if the property is found and deleted; otherwise false
.
def remove(self, property_name):
...
Parameter | Type | Description |
---|---|---|
property_name | str | A metadata property name. |