FR - Delete Face Data using Face IDs
Face IDs stored in Amazon Rekognition can be deleted using the Face IDs listed under the _filespin_fr_face_ids field in the asset data. This API allows you to delete face data by providing the corresponding Face IDs, ensuring efficient management and cleanup of stored face recognition data.
curl --request POST \
--url http://localhost/api/v1/ml/people/delete/face_ids/internal \
--header 'X-FileSpin-Api-Key: {{X-FileSpin-Api-Key}}' \
--header 'content-type: application/json' \
--data '{
"face_ids": ["face_id_1", "face_id_2"]
}'