removeRegistration

abstract suspend fun removeRegistration(): Boolean
abstract fun removeRegistration(callback: (Boolean) -> Unit)

Clears existing biometric registrations stored on device. Useful when removing a user from a given device.