MCPBundler Docs
MCPBundler Docs
Volver al marketplacePrimeros PasosAutenticacionTutorial - De un Bundle a un Agente Conectado
API Reference
Agent A2A Tools
Agent Channels
Agent Configuration (Staging)
Agent Configuration (Versions)
Agent Tools
Agents
Auth
Billing
Bundler
Bundler Tool
Bundles
Call Campaigns
Catalog
Conversations
Credentials
Deployments
Discover
Embedding
Fleet
Knowledge Bases
LLM
MCP Listings
Media
OAuth Clients
OAuth2
Observability
Organisations
Cancel Subscription ImmediatelyCancel Subscription At Period EndChange Subscription PlanClaim Organisation DomainRegister Org ProviderCreate OrganisationClear Org Credential AssignmentDelete Org EMBEDDING BindingDelete Org LLM BindingDelete Org ProviderDelete Org REALTIME BindingDelete Org STT BindingDelete Org TTS BindingDelete OrganisationDelete Schema Notification WebhookDelete SSO ConfigDisable SCIMGenerate SCIM TokenGet Notification Badge CountsGet OrganisationGet SCIM StatusGet SSO ConfigInvite Organisation MemberList Organisation DomainsList Organisation MembersList My OrganisationsList Organisation BundlesList Org EMBEDDING BindingsList Organisation ListingsList Org LLM BindingsList Org ProvidersList Org REALTIME BindingsList Org STT BindingsList Org TTS BindingsList Organisation InvoicesList SCIM Role MappingsSet Org Credential AssignmentRemove Organisation DomainRemove Organisation MemberReplace SCIM Role MappingsSave SSO ConfigSet Schema Notification WebhookStart Subscription CheckoutSync SCIM UsersUpdate Member RoleUpdate Org ProviderUpdate Organisation VariablesUpdate OrganisationUpdate Organisation PolicyUpsert Org EMBEDDING BindingUpsert Org LLM BindingUpsert Org REALTIME BindingUpsert Org STT BindingUpsert Org TTS BindingVerify Organisation Domain
Realtime
Reviews
Roadmap
SCIM
STT
Suppression
Triggers
TTS
Users
Utils
Voices
Webhooks
Workflows
API ReferenceOrganisations

Delete Organisation

DELETE
/v1/organisations/{org_id}

Delete an organisation.

Authorization: caller must be the owner - a real membership row is required even for a global-access caller, since this is destructive and PUT {is_active: false} is the intended admin-facing equivalent. Personal organisations cannot be deleted through this endpoint.

Most org-scoped resources cascade or detach automatically via each table's ON DELETE rule. Bundle deployments still billing this organisation and any billing ledger history block the delete instead - see OrganisationProvider.delete for the per-resource rationale.

Authorization

OAuth2AuthorizationCodeBearer
AuthorizationBearer <token>

In: header

Path Parameters

org_id*Org Id
Formatuuid

Query Parameters

force?Force

Delete bundle deployments still billing this organisation (and everything cascaded from them - agents, conversations, credentials) along with it. Billing ledger history always blocks deletion regardless of this flag.

Defaultfalse
verify_locally?Verify Locally
Defaulttrue

Response Body

application/json

curl -X DELETE "https://example.com/v1/organisations/497f6eca-6276-4993-bfeb-53cbbbba6f08"
Empty
{  "detail": [    {      "loc": [        "string"      ],      "msg": "string",      "type": "string"    }  ]}

Delete Org TTS Binding

Previous Page

Delete Schema Notification Webhook

Next Page