Delete a face from a large face list by specified largeFaceListId and persistedFaceId. <br /> Adding/deleting faces to/from a same large face list are processed sequentially and to/from different large face lists are in parallel.
delete/largefacelists/{largeFaceListId}/persistedfaces/{persistedFaceId}
Path parameters
largeFaceListIdstring required
Id referencing a particular large face list.
persistedFaceIdstring uuid required
Id referencing a particular persistedFaceId of an existing face.
Response
A successful call returns an empty response body.
Changes
Changed in 2 of the 28 revisions of this API.11
- ○
endpoint added
endpoint-added
- ○
- ▲
api path removed without deprecation
api-path-removed-without-deprecation
- ▲