Remove Face
Service that removes a face from a facial collection.
Endpoint
DELETE /biometric/face/collections/{collectionId}/faces/{faceId}Headers
Name
Type
Required
Description
consumer-id
string
Yes
Consumer identifier.
Path parameters
Parameter
Type
Required
Description
collectionId
string
Yes
Collection identifier.
faceId
string
Yes
Face identifier.
Responses
204 No Content
The face was deleted successfully. The response has no body.
Other responses
Code
Description
401
Missing, invalid, or expired Token.
403
The consumer is not provisioned with the service REMOVE_FACE.
The body of an error response has the form described in MIDAPI v2.
Last updated