RemoveImageComparisonDatabase
Removes (deletes) a database that contains information for image comparison.
Type: synchronous
Parameter | Description | Required |
---|---|---|
database
|
The name of the database to remove. | Yes |
Example
The following example removes the database ReferenceImages
.
/action=RemoveImageComparisonDatabase&database=ReferenceImages
Response
<autnresponse>
<action>REMOVEIMAGECOMPARISONDATABASE</action> <response>SUCCESS</response> <responsedata></responsedata> </autnresponse>