pub async fn two_factor_authenticator_delete(
configuration: &Configuration,
two_factor_authenticator_disable_request_model: Option<TwoFactorAuthenticatorDisableRequestModel>,
) -> Result<TwoFactorProviderResponseModel, Error<TwoFactorAuthenticatorDeleteError>>