# 장바구니 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