# カートIDによるすべてカートアイテムを削除 カートのアイテムをすべて削除します。 Endpoint: PUT /v2/project/{project_id}/cart/{cart_id}/clear Version: 2.0.0 Security: AuthForCart ## Path parameters: - `project_id` (integer, required) プロジェクトID。このパラメータは、パブリッシャーアカウントのプロジェクト名の横にあります。 Example: 44056 - `cart_id` (string, required) カートID。 Example: "custom_id" ## Response 204 fields