delete-key
Installation
SKILL.md
Delete Key
Delete one or more API keys from a live LiteLLM proxy.
Setup
LITELLM_BASE_URL — e.g. https://my-proxy.example.com
LITELLM_API_KEY — proxy admin key
Ask the user
- Key(s) (
sk-...) or key alias(es) — if they don't have them, list first:curl -s "$BASE/key/list?size=25&return_full_object=true" -H "Authorization: Bearer $KEY" - Confirm — show the key alias and ask for confirmation before deleting.