Skip to content
Product Docs

Remove User From Project

DELETE/api/v1/organizations/{organization_id}/users/{user_id}/projects/{project_id}

Remove a user from a project.

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

Remove User From Project

curl https://api.cloud.llamaindex.ai/api/v1/organizations/$ORGANIZATION_ID/users/$USER_ID/projects/$PROJECT_ID \
    -X DELETE \
    -H "Authorization: Bearer $LLAMA_CLOUD_API_KEY"
{}
Returns Examples
{}