Skip to content
Product Docs

Remove Users From Organization

DELETE/api/v1/organizations/{organization_id}/users/{member_user_id}

Remove users from an organization.

Path ParametersExpand Collapse
organization_id: string
member_user_id: string
Cookie ParametersExpand Collapse
session: optional string
Body ParametersJSONExpand Collapse
body: optional array of string

Remove Users From Organization

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