RemoveImageComparisonMetadata
Removes custom metadata (a key-value pair) from a database entry (a reference) for image comparison.
Type: synchronous
Parameter | Description | Required |
---|---|---|
database
|
The name of the image comparison database that contains the reference. | Yes |
identifier
|
The identifier of the reference that you want to remove metadata from. | Yes |
key
|
The name of the key for the key-value pair to remove. | Yes |
Example
/action=RemoveImageComparisonMetadata&database=ReferenceImages &identifier=6600dc0f9dd72d0cb55589e8f1d28b62 &key=PartNumber
Response
<autnresponse> <action>REMOVEIMAGECOMPARISONMETADATA</action> <response>SUCCESS</response> <responsedata></responsedata> </autnresponse>