Removes (deletes) a database that stores image hashes.
CAUTION: All images and data contained in the specified database are deleted.
Type: synchronous
Parameter | Description | Required |
---|---|---|
database
|
The name of the database to remove. | Yes |
The following example removes the database ImageHashes
.
/action=RemoveImageHashDatabase&database=ImageHashes
<autnresponse>
<action>REMOVEIMAGEHASHDATABASE</action> <response>SUCCESS</response> <responsedata></responsedata> </autnresponse>
|