Claude Platform Docs

Workspaces

Adicionar workspace à regra de federação
POST/v1/organizations/federation_rules/{federation_rule_id}/workspaces
Listar workspaces da regra de federação
GET/v1/organizations/federation_rules/{federation_rule_id}/workspaces
Remover workspace da regra de federação
DELETE/v1/organizations/federation_rules/{federation_rule_id}/workspaces/{workspace_id}
Models
WorkspaceRemoveResponse object{ federation_rule_id, type, workspace_id }
federation_rule_id: string

Tagged ID of the federation rule.

type: "federation_rule_workspace_deleted"
defaultfederation_rule_workspace_deleted
workspace_id: string

Tagged ID of the workspace named in the delete request. Removal is idempotent.