# 라인 아이템 대량 삭제하기

라인 아이템 편집기에서 휴지통 아이콘(🗑️)을 클릭하면 개별 삭제가 가능합니다. 그러나 여러 개를 한 번에 삭제하려는 경우, 이러한 방식은 비효율적일 수 있습니다. 체크박스를 사용하면 대량 삭제를 쉽게 처리할 수 있습니다.

### 사용법

1. 삭제하려는 행 앞의 **체크박스를 선택**합니다.
2. 화면 하단에 나타나는 **삭제** 버튼을 클릭합니다.
3. 삭제 확인 모달에서 **삭제**를 클릭하여 선택한 라인 아이템을 삭제합니다.

(이미지)


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://help.smallbuilder.com/ko/smallbuilder-line-items/line-item-editor/undefined-1/undefined-1.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
