RemoveImageHash

Removes (deletes) an existing image hash.

Type: synchronous

Parameter Description Required
database The name of the database that contains the image hash to remove. Yes
identifier The identifier of the image hash to remove. Yes

Example

/action=RemoveImageHash&database=ImageHashes
                       &identifier=AnImage

Response

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