fix /user/delete doc string

This commit is contained in:
Ishaan Jaff 2024-08-22 09:09:23 -07:00
parent 8f3f044aa2
commit 0de3f615ca

View file

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