I am not able to delete the enrolled user. Please guide me how to do it?
Unable to delete enrolled user, need guidance
Asked
Modified
Viewed
11664 times
✓ Accepted Solution
Hello,
While this question has been addressed on the forum before, here's how to remove a specific Facial ID:
To delete a Facial ID from a given FACEIO application, simply:
- Make an API Call on your private backend to the
DELETEFACIALID
API endpoint. - Effective call to to the
DELETEFACIALID
endpoint, shall completely purge the given Facial ID, associated payload data, and biometrics hash from your FACEIO application. - You can learn more about this endpoint on its official documentation.
- A Python code sample showcasing how to perform Facial ID deletion on your backend is available to consult via this Github Gist.