Delete a key from the key management system.
Parameters::
keys
.Example {"key_aliases": ["alias1", "alias2"]}Returns:
Example:
curl --location 'http://0.0.0.0:4000/key/delete' --header 'Authorization: Bearer sk-1234' --header 'Content-Type: application/json' --data '{
"keys": ["sk-QWrxEynunsNpV1zT48HIrw"]
}'
Raises: HTTPException: If an error occurs during key deletion.
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