diff --git a/rust/src/api/authentication.rs b/rust/src/api/authentication.rs index 4d2822ae3..820164191 100644 --- a/rust/src/api/authentication.rs +++ b/rust/src/api/authentication.rs @@ -38,7 +38,6 @@ impl<'a> Authentication<'a> { options: Option, ) -> Result { let AuthenticationAppPortalAccessOptions { idempotency_key } = options.unwrap_or_default(); - crate::request::Request::new( http1::Method::POST, "/api/v1/auth/app-portal-access/{app_id}",