| PixLab  & FACEIO | Knowledge Sharing & Public Forums


How to Delete an Enrollment for Repeated Integration Testing

Asked
Modified
Viewed 10162 times
7

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


Accepted Solution

13

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.