remove method

remove

Removes the property with the specified name.

Returns

True if the specified metadata property is found and removed; otherwise, false.

def remove(self, name):
    ...
Parameter Type Description
name str XMP metadata property name.

See Also