Hi team,
Is there a way to delete an enrollment? We are developing an integration and we need to make the process several times.
Thanks
How to Delete an Enrollment for Repeated Integration Testing
Asked
Modified
Viewed
10162 times
✓ Accepted Solution
Hello,
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.
Thank you.