delete-team

Deletes specified teams from a LiteLLM proxy via authenticated JSON request.

77|12|Updated Mar 14, 2026
One-click install
npx skills add https://github.com/BerriAI/litellm-skills --skill delete-team-berriai
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: delete-team
Source: https://github.com/BerriAI/litellm-skills/tree/main/delete-team
Command: npx skills add https://github.com/BerriAI/litellm-skills --skill delete-team-berriai

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Delete one or more teams from a live LiteLLM proxy. It prompts for the team_id(s) and asks for confirmation before performing POST /team/delete.

Core Features & Use Cases

  • Delete single or multiple teams by specifying their IDs.
  • Optionally verify existing teams by listing them before deletion.
  • Return and display the deleted_teams result to confirm successful removal.

Quick Start

Provide the team_id(s) to delete and confirm to proceed.

Frequently Asked Questions about delete-team

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I delete teams from a LiteLLM proxy?

You can delete multiple teams from a LiteLLM proxy in a single operation by providing multiple team_ids in the JSON payload. The POST /team/delete endpoint accepts and processes these IDs together to return the deleted_teams confirmation.

Do I need an API key to remove teams from a LiteLLM proxy?

Yes, removing teams from a LiteLLM proxy requires both LITELLM_BASE_URL and LITELLM_API_KEY for access authentication. These credentials must accompany the JSON payload with team_ids to authorize the POST /team/delete request.

Can I verify existing teams before deleting them from a LiteLLM proxy?

Yes, you can optionally verify existing teams by listing them before deletion. This allows you to confirm the team_ids are correct before proceeding with the POST /team/delete operation and receiving the deleted_teams outcome.

What happens when I delete a team from a live LiteLLM proxy?

When you delete a team from a live LiteLLM proxy, the operation prompts for confirmation before issuing the POST /team/delete request. Upon completion, it reports the outcome via the deleted_teams result to confirm successful removal.