delete-org

Delete organizations from a live LiteLLM proxy by organization_id.

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

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Delete one or more organizations from a live LiteLLM proxy, enabling quick cleanup of unused orgs and revocation of access as part of admin maintenance.

Core Features & Use Cases

  • Delete organizations by organization_id(s) via the proxy DELETE endpoint.
  • Require explicit user confirmation before performing deletions to prevent accidental data loss.
  • Return the IDs and aliases of deleted organizations for auditing and record-keeping.

Quick Start

Tell me the organization_id(s) to delete and confirm before proceeding, and I will call the LiteLLM proxy to remove them.

Frequently Asked Questions about delete-org

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

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

You delete organizations from a LiteLLM proxy by supplying the organization_id(s), proxy base URL, and admin API key to execute the DELETE /organization/delete operation for access revocation or cleanup.

What is needed to revoke organization access on a LiteLLM proxy?

Revoking organization access on a LiteLLM proxy requires the target organization_id(s), a valid proxy base URL, and an admin API key. Explicit user confirmation is also mandated before the deletion proceeds to prevent accidental data loss.

Can I remove multiple organizations from a LiteLLM proxy at once?

Yes, you can remove multiple organizations from a LiteLLM proxy simultaneously by passing multiple organization_id(s). The operation processes the batch deletion and returns the IDs and aliases of deleted organizations for auditing.

Does deleting a LiteLLM proxy organization require manual confirmation?

Yes, deleting an organization from a LiteLLM proxy requires explicit user confirmation before performing the deletion. This safeguard prevents accidental data loss during administrative maintenance and access revocation tasks.

What details are returned after removing an organization from a LiteLLM proxy?

After removing an organization from a LiteLLM proxy, the operation returns the IDs and aliases of the deleted organizations. This output supports auditing and record-keeping following the administrative cleanup.