From e0ef4fa8f2da3eca8d5c172e42a1387834cddc9e Mon Sep 17 00:00:00 2001 From: yuneng-jiang Date: Thu, 18 Dec 2025 11:31:26 -0800 Subject: [PATCH] Base commit --- litellm/proxy/management_endpoints/key_management_endpoints.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/litellm/proxy/management_endpoints/key_management_endpoints.py b/litellm/proxy/management_endpoints/key_management_endpoints.py index 8ea3122ce0..b78f644c9b 100644 --- a/litellm/proxy/management_endpoints/key_management_endpoints.py +++ b/litellm/proxy/management_endpoints/key_management_endpoints.py @@ -2343,7 +2343,7 @@ async def delete_verification_tokens( user_api_key_dict: UserAPIKeyAuth, ) -> Tuple[Optional[Dict], List[LiteLLM_VerificationToken]]: """ - Helper that deletes the list of tokens from the database + Helper that deletes the list of tokens from the database. - check if user is proxy admin - check if user is team admin and key is a team key