The whole hunk
from line 5, old and new numbered
/
lines
from line 5
55
66# Delete RBAC Group
77
8**DELETE** `/v1/organizations/rbac_groups/{group_id}`
8**DELETE** `/v1/organizations/rbac_groups/{rbac_group_id}`
99
1010Delete 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.
1111
from line 13
1313
1414## Path parameters
1515
16- `group_id: string`
16- `rbac_group_id: string`
1717
1818 ID of the RBAC Group.
1919
from line 36
3636## Example
3737
3838```bash
39curl https://api.anthropic.com/v1/organizations/rbac_groups/$GROUP_ID \
39curl https://api.anthropic.com/v1/organizations/rbac_groups/$RBAC_GROUP_ID \
4040 -X DELETE \
4141 -H 'anthropic-version: 2023-06-01' \
4242 -H "X-Api-Key: $ANTHROPIC_API_KEY"