Box Developerドキュメントの新しいベータ版サイトがまもなくリリースされる予定です。最新の開発者向けガイド、APIリファレンス、AI搭載の検索により、Boxを使用した迅速な開発をサポートします。更新情報については今しばらくお待ちください。
curl -i -X DELETE "https://api.box.com/2.0/groups/57645" \
-H "authorization: Bearer <ACCESS_TOKEN>"await client.groups.deleteGroupById(group.id);client.groups.delete_group_by_id(group.id)await client.Groups.DeleteGroupByIdAsync(groupId: group.Id);try await client.groups.deleteGroupById(groupId: group.id)client.getGroups().deleteGroupById(group.getId())await client.Groups.DeleteGroupByIdAsync(groupId: group.Id);await client.groups.deleteGroupById(group.id);