Delete an entity
Deleting an entity means removing a person or its biometric objects and properties from the biometric store.
BioClient.Web offers these delete verbs:
delete-person
This method deletes the person from the biometric store.
Usage
Call the Javascript method bioClient.delete_person().
This method is defined bioclient-plugin.js and calls build_delete_person to build the BioClient.Web command, and calls deleted_person to process the response.
See The BioClient Javascript plugin for information on how to use and customise the BioClient Javascript plugin.
Event handlers
The JS method bc_addButtonEvents defines event handlers for this method for all buttons and anchors of class delete-person.
It is recommended to use these event handlers.
References
- See The BioClient Javascript plugin for how to use the BioClient Javascript plugin.
- See Common parameters for common input and output structures and arrays.