delete user and associated user keys
curl --location 'http://0.0.0.0:4000/user/delete'
--header 'Authorization: Bearer sk-1234'
--header 'Content-Type: application/json'
--data-raw '{
"user_ids": ["45e3e396-ee08-4a61-a88e-16b3ce7e0849"]
}'
Parameters:
The litellm-changed-by header enables tracking of actions performed by authorized users on behalf of other users, providing an audit trail for accountability
No body