# 장바구니 ID로 모든 장바구니 아이템 삭제하기 모든 장바구니 아이템을 삭제합니다. Endpoint: PUT /v2/project/{project_id}/cart/{cart_id}/clear Version: 2.0.0 Security: AuthForCart ## Path parameters: - `project_id` (integer, required) Project ID. You can find this parameter in your Publisher Account next to the project name and in the browser address bar when working with a project. The URL has the following format: https://publisher.xsolla.com//projects/. Example: 44056 - `cart_id` (string, required) 장바구니 ID입니다. Example: "custom_id" ## Response 204 fields