Skip to content
Product Docs

Delete Organization

DELETE/api/v2/organizations/{organization_id}

Delete an organization by ID.

Path ParametersExpand Collapse
organization_id: string
Cookie ParametersExpand Collapse
session: optional string

Delete Organization

curl https://api.cloud.llamaindex.ai/api/v2/organizations/$ORGANIZATION_ID \
    -X DELETE \
    -H "Authorization: Bearer $LLAMA_CLOUD_API_KEY"
Returns Examples