# 按购物车ID删除购物车商品 从购物车中删除一个商品。 Endpoint: DELETE /v2/project/{project_id}/cart/{cart_id}/item/{item_sku} Version: 2.0.0 Security: AuthForCart ## Path parameters: - `project_id` (integer, required) 项目ID。您可以在您的发布商帐户项目名称旁边找到。 Example: 44056 - `cart_id` (string, required) 购物车ID。 Example: "custom_id" - `item_sku` (string, required) 商品SKU。 Example: "booster_mega_1" ## Response 404 fields (application/json): - `errorCode` (integer) Example: 4001 - `errorMessage` (string) Example: "[0401-4001]: Item with Project Id = 44056 and Sku = booster_mega_12222 not found" - `statusCode` (integer) Example: 404 ## Response 204 fields