Loading...
Loading...
Delete one or more organizations from a live LiteLLM proxy. Ask for the organization_id(s) and confirm before calling DELETE /organization/delete.
npx skill4agent add berriai/litellm-skills delete-orgLITELLM_BASE_URL — e.g. https://my-proxy.example.com
LITELLM_API_KEY — proxy admin keycurl -s "$BASE/organization/list" -H "Authorization: Bearer $KEY"curl -s -X DELETE "$BASE/organization/delete" \
-H "Authorization: Bearer $KEY" \
-H "Content-Type: application/json" \
-d '{"organization_ids": ["<org_id>"]}'