RemoveFace
Removes (deletes) an existing face. All training images and associated data are discarded.
Type: synchronous
Parameter | Description | Required |
---|---|---|
database
|
The name of the database that contains the face to remove. | Yes |
identifier
|
The unique identifier of the face to remove. | Yes |
Example
/action=RemoveFace&database=politicians&identifier=6600dc0f9dd72d0cb55589e8f1d28b62
Response
<autnresponse> <action>REMOVEFACE</action> <response>SUCCESS</response> <responsedata></responsedata> </autnresponse>