Remove Users From Organization
DELETE/api/v1/organizations/{organization_id}/users/{member_user_id}
Remove users from an organization.
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"