forked from phoenix/litellm-mirror
fix /user/delete doc string
This commit is contained in:
parent
cf4574dd65
commit
374bef4326
1 changed files with 1 additions and 1 deletions
|
@ -733,7 +733,7 @@ async def delete_user(
|
|||
delete user and associated user keys
|
||||
|
||||
```
|
||||
curl --location 'http://0.0.0.0:8000/team/delete' \
|
||||
curl --location 'http://0.0.0.0:8000/user/delete' \
|
||||
|
||||
--header 'Authorization: Bearer sk-1234' \
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue