pub async fn two_factor_webauthn_delete(
configuration: &Configuration,
two_factor_web_authn_delete_request_model: Option<TwoFactorWebAuthnDeleteRequestModel>,
) -> Result<TwoFactorWebAuthnResponseModel, Error<TwoFactorWebauthnDeleteError>>
pub async fn two_factor_webauthn_delete(
configuration: &Configuration,
two_factor_web_authn_delete_request_model: Option<TwoFactorWebAuthnDeleteRequestModel>,
) -> Result<TwoFactorWebAuthnResponseModel, Error<TwoFactorWebauthnDeleteError>>