Skip to content
Product Docs

Delete Project

DELETE/api/v2/projects/{project_id}

Delete a project by ID.

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

Delete Project

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