Hello. We have our application setup with FaceIO and AWS Rekognition.
When we delete a face ID from FaceIO using your API endpoints, the face is deleted from FaceIO but the data remains in AWS.
In order to delete them from AWS, we need the faceid from AWS but there doesn't seem to be a way to get that from your end other than directly going to AWS Rekognition and using list-faces function to get a full list of faces and finding the ones with the same faceIO ID as the externalimageid.
How do you suggest we handle situations like this where we need all data from a user deleted from both FaceIO and AWS?
Thank you!
How do you suggest we handle situations like this where we need all data from a user deleted from both FaceIO and AWS?
Asked
Modified
Viewed
15229 times