# Delete ShopCategories(in batch) 1. You can only delete ShopCategory that doesn't contain any product. 2. Please make sure the ShopCategory.id is in-store. 10 QPS by appId dimension. Endpoint: POST /product/shopcategory/batchdel Version: v.1.0.0 ## Request fields (application/json): - `shopId` (integer, required) store id in KeeTa Example: 25381 - `shopCategoryIdList` (array, required) ShopCategory id list to be deleted Example: [2313,4342] ## 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 ShopCategory id list - `errorList` (array) failed ShopCategory data - `errorList.id` (integer) Unique Category ID generated by Keeta. - `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.