# Delete ChoiceGroups(in batch) 1. Batch delete ChoiceGroups and related ChoiceGroupSkus. 10 QPS by appId dimension. Endpoint: POST /product/choicegroup/batchdel Version: v.1.0.0 ## Request fields (application/json): - `shopId` (integer, required) store id in KeeTa Example: 25381 - `choiceGroupIdList` (array, required) ChoiceGroup id list Example: [3123,4343] ## Response 200 fields (application/json): - `code` (integer, required) A numeric status identifier indicating the result of the interface call, used to determine whether the operation executed successfully. - `message` (string, required) Text description corresponding to the status code, explaining the operation result or error cause to users. Example: "Success" - `data` (array) Successful ChoiceGroup id list - `errorList` (array) Failed ChoiceGroup informations - `errorList.id` (integer) Unique identifier for the Choicegroup (Standard Product Unit), generated by Keeta's system Example: 45676543 - `errorList.name` (string) Display name of the Choicegroup - `errorList.openItemCode` (string) Developer-provided external identifier that maintains a one-to-one mapping with Keeta's internal Choicegroup ID. Refer to the "Menu Development Guide" for implementation details. Example: "SET-11001000005-3" - `errorList.code` (integer) A numeric status identifier indicating the result of the interface call, used to determine whether the operation executed successfully. indicates that . indicates that . can be viewed in the field. Example: 107000104