RemoveImageHashMetadata

Removes custom metadata (a key-value pair) from an image hash.

Type: synchronous

Parameter Description Required
database The name of the database that contains the image hash. Yes
identifier The identifier of the image hash that you want to remove metadata from. Yes
key The name of the key for the key-value pair to remove. Yes

Example

/action=RemoveImageHashMetadata&database=ImageHashes
                               &identifier=MyImage
                               &key=importance

Response

<autnresponse>
    <action>REMOVEIMAGEHASHMETADATA</action>
    <response>SUCCESS</response>
    <responsedata></responsedata>
</autnresponse>