Claude Platform Docs

워크스페이스

페더레이션 규칙 워크스페이스 추가
POST/v1/organizations/federation_rules/{federation_rule_id}/workspaces
페더레이션 규칙 워크스페이스 목록 조회
GET/v1/organizations/federation_rules/{federation_rule_id}/workspaces
페더레이션 규칙 워크스페이스 제거
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.