format
boolean deleteMetadata(String key, String value)
description
Removes a metadata item from the MediaObject.
parameters
key - the unique key of the metadata item
key
value - the value of the metadata item you wish to delete
returns
TRUE - if the deletion was successful
TRUE
FALSE - if the deletion failed
FALSE
throws
The deleteMetadata() method does not throw any exceptions.
deleteMetadata()