deleteMetadata (String, String)

format

boolean deleteMetadata(String key, String value)

description

Removes a metadata item from the MediaObject.

parameters

key - the unique key of the metadata item

 

value - the value of the metadata item you wish to delete

returns

TRUE - if the deletion was successful

 

FALSE - if the deletion failed

throws

The deleteMetadata() method does not throw any exceptions.