delete-user

Installation
SKILL.md

Delete User

Delete one or more users 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

  1. user_id(s) — if they don't have them, list first:
    curl -s "$BASE/user/list?page_size=25" -H "Authorization: Bearer $KEY"
    
  2. Confirm — show the user email/alias and ask for confirmation before deleting.
Installs
45
GitHub Stars
74
First Seen
Apr 6, 2026
delete-user — berriai/litellm-skills