RemoveImageHashDatabase
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 |
Example
The following example removes the database ImageHashes
.
/action=RemoveImageHashDatabase&database=ImageHashes
Response
<autnresponse>
<action>REMOVEIMAGEHASHDATABASE</action> <response>SUCCESS</response> <responsedata></responsedata> </autnresponse>