fix /user/delete doc string

This commit is contained in:
Ishaan Jaff 2024-08-22 09:09:23 -07:00
parent cf4574dd65
commit 374bef4326

View file

@ -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' \