litellm_delete
Permanently remove LiteLLM resources like keys, teams, users, models, and cache flushall. Use operation 'help' to list all deletion actions.
Instructions
Delete LiteLLM resources (destructive, irreversible), including cache flushall.
Call with operation="help" to list all available delete operations. Otherwise pass the operation name and a JSON object with parameters.
Example: litellm_delete(operation="DeleteKeys", params={"keys": ["sk-..."]})
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| params | No | ||
| operation | Yes |