mirror of
https://github.com/BerriAI/litellm.git
synced 2026-09-06 08:16:43 +00:00
Base commit
This commit is contained in:
parent
bfb38a21eb
commit
e0ef4fa8f2
1 changed files with 1 additions and 1 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue