# 장바구니 ID로 모든 장바구니 아이템 삭제 모든 장바구니 항목을 삭제합니다. Endpoint: PUT /v2/project/{project_id}/cart/{cart_id}/clear Version: 1.0.0 Security: AuthForClient ## Path parameters: - `project_id` (integer, required) 프로젝트 ID. Example: 44056 - `cart_id` (string, required) 장바구니 아이디. Example: "custom_id" ## Response 204 fields