litellm_delete
Permanently delete LiteLLM resources like keys, teams, and users. Get a list of all delete operations with 'help' or pass an operation name and parameters to execute.
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 |