Remove User From Project
DELETE/api/v1/organizations/{organization_id}/users/{user_id}/projects/{project_id}
Remove a user from a project.
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
{}