The whole hunk
from line 2, old and new numbered
/
lines
from line 2
22
33**DELETE** `/v1/organizations/rbac_groups/{group_id}/members/{user_id}`
44
5Remove a User from an RBAC Group. Membership of groups provisioned by an identity provider (source type `"scim"`) cannot be modified via the API.
5Remove a User from an RBAC Group. Membership of groups provisioned by an identity provider (source type `"scim"`) cannot be modified via the API while an organization in the tenant uses SCIM provisioning.
66
77The RBAC Groups API is available to Claude Enterprise organizations only.
88
from line 40
4040curl https://api.anthropic.com/v1/organizations/rbac_groups/$GROUP_ID/members/$USER_ID \
4141 -X DELETE \
4242 -H 'anthropic-version: 2023-06-01' \
43 -H "Authorization: Bearer $ANTHROPIC_OAUTH_TOKEN"
43 -H "Authorization: Bearer $ANTHROPIC_AUTH_TOKEN"
4444```
4545
4646### Response (200)