RemoveFaceMetadata
Removes custom metadata (a key-value pair) from a face.
Type: synchronous
Parameter | Description | Required |
---|---|---|
database
|
The name of the database that contains the face. | Yes |
identifier
|
The identifier of the face that you want to remove metadata from. | Yes |
key
|
The name of the key for the key-value pair to remove. | Yes |
Example
/action=RemoveFaceMetadata&database=politicians &identifier=6600dc0f9dd72d0cb55589e8f1d28b62 &key=PoliticalParty
Response
<autnresponse> <action>REMOVEFACEMETADATA</action> <response>SUCCESS</response> <responsedata></responsedata> </autnresponse>