Loading...
Loading...
Delete one or more users from a live LiteLLM proxy. Ask for the user_id(s) and confirm before calling POST /user/delete.
npx skill4agent add berriai/litellm-skills delete-userLITELLM_BASE_URL — e.g. https://my-proxy.example.com
LITELLM_API_KEY — proxy admin keycurl -s "$BASE/user/list?page_size=25" -H "Authorization: Bearer $KEY"curl -s -X POST "$BASE/user/delete" \
-H "Authorization: Bearer $KEY" \
-H "Content-Type: application/json" \
-d '{"user_ids": ["<user_id>"]}'"user_ids": ["id1", "id2"]