DisassociateFaces
Source:
src/AWS/Rekognition/DisassociateFaces.ts
Runtime binding for rekognition:DisassociateFaces — remove the association between face IDs and a user.
The binding takes no arguments and grants the function
rekognition:DisassociateFaces on * (Rekognition data-plane resources such
as collections, users, and jobs are routinely created at runtime, so
their identifiers are unknown at deploy time). Provide the
implementation with Effect.provide(AWS.Rekognition.DisassociateFacesHttp).
User Search
Section titled “User Search”// initconst disassociateFaces = yield* AWS.Rekognition.DisassociateFaces();
// runtimeconst result = yield* disassociateFaces({ CollectionId: "tenant-42", UserId: userId, FaceIds: [faceId],});