# 現在のカートからアイテムを削除 カートからアイテムを削除します。 Endpoint: DELETE /v2/project/{project_id}/cart/item/{item_sku} Version: 2.0.0 Security: AuthForCart ## Path parameters: - `project_id` (integer, required) プロジェクトID。このパラメータは、パブリッシャーアカウントのプロジェクト名の横にあります。 Example: 44056 - `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