diff --git a/EnvelopeGenerator.API/Extensions/EnvelopeAuthExtensions.cs b/EnvelopeGenerator.API/Extensions/EnvelopeAuthExtensions.cs
index 054677a0..d19ec95f 100644
--- a/EnvelopeGenerator.API/Extensions/EnvelopeAuthExtensions.cs
+++ b/EnvelopeGenerator.API/Extensions/EnvelopeAuthExtensions.cs
@@ -27,14 +27,6 @@ public static class EnvelopeAuthExtensions
throw new InvalidOperationException(message);
}
- ///
- /// Retrieves a claim value by type.
- ///
- /// The current claims principal.
- /// The claim type to resolve.
- /// The claim value.
- public static string GetClaimValue(this ClaimsPrincipal user, string claimType) => user.GetRequiredClaim(claimType);
-
///
/// Gets the authenticated envelope UUID from the claims.
///