Delete a face from a face list by specified faceListId and persistedFaceId. <br /> Adding/deleting faces to/from a same face list are processed sequentially and to/from different face lists are in parallel.
delete/facelists/{faceListId}/persistedfaces/{persistedFaceId}
Path parameters
faceListIdstring required
Id referencing a particular face list.
persistedFaceIdstring uuid required
Id referencing a particular persistedFaceId of an existing face.
Response
A successful call returns an empty response body.