Box Developerドキュメントの新しいベータ版サイトがまもなくリリースされる予定です。最新の開発者向けガイド、APIリファレンス、AI搭載の検索により、Boxを使用した迅速な開発をサポートします。更新情報については今しばらくお待ちください。
1つのBox Hubコラボレーションを削除します。
await client.hubCollaborations.deleteHubCollaborationByIdV2025R0(
createdCollaboration.id,
);client.hub_collaborations.delete_hub_collaboration_by_id_v2025_r0(
created_collaboration.id
)await client.HubCollaborations.DeleteHubCollaborationByIdV2025R0Async(hubCollaborationId: createdCollaboration.Id);try await client.hubCollaborations.deleteHubCollaborationByIdV2025R0(hubCollaborationId: createdCollaboration.id)client.getHubCollaborations().deleteHubCollaborationByIdV2025R0(createdCollaboration.getId())await client.HubCollaborations.DeleteHubCollaborationByIdV2025R0Async(hubCollaborationId: createdCollaboration.Id);await client.hubCollaborations.deleteHubCollaborationByIdV2025R0(
createdCollaboration.id,
);