LiteLLM logo

Skill

delete-org

delete organizations from LiteLLM proxy

Published by LiteLLM Updated Jul 14
Covers AI Infrastructure LiteLLM

Description

Delete one or more organizations from a live LiteLLM proxy. Ask for the organization_id(s) and confirm before calling DELETE /organization/delete.

SKILL.md

Delete Organization

Delete one or more organizations 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. organization_id(s) — if they don't have them, list first:
    curl -s "$BASE/organization/list" -H "Authorization: Bearer $KEY"
    
  2. Confirm — show the org alias and ask for confirmation before deleting.

Run

curl -s -X DELETE "$BASE/organization/delete" \
  -H "Authorization: Bearer $KEY" \
  -H "Content-Type: application/json" \
  -d '{"organization_ids": ["<org_id>"]}'

Output

Show the deleted org ID(s) and alias(es) from the response.

© 2026 YourAI.tools. Every skill from an identity-verified publisher.

Independent catalog. Not affiliated with, endorsed by, or sponsored by Anthropic or any listed publisher. All trademarks belong to their respective owners.