The whole hunk
from line 2, old and new numbered
/
lines
from line 2
22
33**DELETE** `/v1/organizations/rbac_groups/{group_id}`
44
5Delete an RBAC Group. Groups provisioned by an identity provider (source type `"scim"`) cannot be deleted via the API.
5Delete an RBAC Group. Groups provisioned by an identity provider (source type `"scim"`) cannot be deleted 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 34
3434curl https://api.anthropic.com/v1/organizations/rbac_groups/$GROUP_ID \
3535 -X DELETE \
3636 -H 'anthropic-version: 2023-06-01' \
37 -H "Authorization: Bearer $ANTHROPIC_OAUTH_TOKEN"
37 -H "Authorization: Bearer $ANTHROPIC_AUTH_TOKEN"
3838```
3939
4040### Response (200)