Destroy the current device
- Calling this method will not only delete all profiles without dissociating but also destroy the device context.
- The current TrustFactor client instance will be invalidated
Client requirements
- iOS (Swift)
- Android (Java)
try trustfactorClient.destroy()
try {
trustfactorClient.destroy();
} catch(Exception e){
// handle exception
}