Delete RBAC Group

Delete 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.

The RBAC Groups API is available to Claude Enterprise organizations only.

delete/v1/organizations/rbac_groups/{group_id}?beta=true

Path parameters

group_idstring required

ID of the RBAC Group.

ID of the RBAC Group.

Headers

x-api-keystring nullable

Your unique Admin API key for authentication.

This key is required in the header of all Admin API requests, to authenticate your account and access Anthropic's services. Get your Admin API key through the Console.

Response

Successful Response

idstring required

ID of the RBAC Group.

type'rbac_group_deleted' required

Deleted object type.

For RBAC Groups, this is always "rbac_group_deleted".

Example response

{
  "id": "rbac_group_012rppKaSVsmTo6NqRDXQXNF"
}

Changes