LiteLLM logo

Skill

delete-team

delete teams from LiteLLM proxy

Published by LiteLLM Updated Jul 14
Covers Management API Development LiteLLM

Description

Delete one or more teams from a live LiteLLM proxy. Ask for the team_id(s) and confirm before calling POST /team/delete.

SKILL.md

Delete Team

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

Run

curl -s -X POST "$BASE/team/delete" \
  -H "Authorization: Bearer $KEY" \
  -H "Content-Type: application/json" \
  -d '{"team_ids": ["<team_id>"]}'

Multiple teams: "team_ids": ["id1", "id2"]

Output

Show the deleted_teams list 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.