RemoveFaceDatabase
Removes (deletes) a database that stores faces.
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 politicians
.
/action=RemoveFaceDatabase&database=politicians
Response
<autnresponse> <action>REMOVEFACEDATABASE</action> <response>SUCCESS</response> <responsedata></responsedata> </autnresponse>