mirror of
https://github.com/BerriAI/litellm.git
synced 2025-04-25 18:54:30 +00:00
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
|
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' \
|
--header 'Authorization: Bearer sk-1234' \
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue