XCUITest: Reset authorization status for Biometrics?

Hello everybody.
I have a pack of UI tests for the Biometrics authentication. And in the beginning of each test I need there to be no permissions for Biometrics (granted or denied).

I found the resetAuthorizationStatus(for:) method that allows resetting everything except Biometrics :(
Is there any way I can reset this permission without deleting the whole app in tearDown()?