Endpoint for deleting a key from the cache. All responses from litellm proxy have x-litellm-cache-key
in the headers
Parameters:
curl -X POST "http://0.0.0.0:4000/cache/delete" -H "Authorization: Bearer sk-1234" -d '{"keys": ["key1", "key2"]}'
Successful Response