v1

latestOpenAPI 3.0.0Apache 2.0 License2026-07-1465453454.1 KB

Deletes faces from a collection. You specify a collection ID and an array of face IDs to remove from the collection.

This operation requires permissions to perform the rekognition:DeleteFaces action.

post/#X-Amz-Target=RekognitionService.DeleteFaces

Headers

X-Amz-Target'RekognitionService.DeleteFaces' required

Request body

CollectionIdstring required

Collection from which to remove the specific faces.

FaceIdsFaceId[] required

An array of face IDs to delete.

Response

Success

DeletedFacesFaceId[]

An array of strings (face IDs) of the faces that were deleted.

Example response

{
  "DeletedFaces": [
    "ff43d742-0c13-5d16-a3e8-03d3f58e980b"
  ]
}