# 이미지 삭제

Project에서 이미지를 제거하는 방법은 두 가지가 있습니다:

1. Roboflow Annotate에서: 단일 이미지를 삭제하는 데 적합합니다.
2. 데이터셋의 모든 이미지를 나열하는 Dataset 페이지에서: 여러 이미지를 삭제하는 데 적합합니다.

### Roboflow Annotate에서 단일 이미지 삭제하기

Roboflow 프로젝트에서 이미지를 삭제하려면:

1. 프로젝트와 연결된 Dataset 탭에서 삭제하려는 이미지를 클릭하세요.
2. 페이지 오른쪽 상단 모서리에 있는 세 개의 점을 클릭하세요.
3. "Remove From Project"를 클릭하세요.
4. 확인 팝업에서 "Confirm"을 클릭하세요.

<figure><img src="/files/eb89aba119fee861b3f62e789465ea68dde5e1ca" alt="" width="316"><figcaption><p>Project에서 이미지를 제거하려면 "Remove From Project"를 선택하세요.</p></figcaption></figure>

"Confirm"을 클릭한 후에는 이미지와 관련된 모든 annotation이 영구적으로 삭제됩니다.

### Dataset 페이지에서 여러 이미지 삭제하기

데이터셋에서 여러 이미지를 삭제하려면, Project의 Dataset 페이지로 이동하세요:

<figure><img src="/files/93fd59c58b8bea70ce24431c8b9a995e1e518842" alt=""><figcaption></figcaption></figure>

그런 다음 이미지 위에 마우스를 올리고 이미지 오른쪽 상단 모서리의 체크박스를 클릭하세요:

<figure><img src="/files/689f09c381e502eb2fdf0b41e1b096fde111f759" alt=""><figcaption></figcaption></figure>

원하면 이후에 다른 이미지를 더 클릭할 수도 있습니다.

제거하려는 모든 이미지를 선택한 후, "Actions" 드롭다운을 클릭하고 "Remove from Project"를 클릭하세요:

<figure><img src="/files/dbe6a1fc2b957f5d0015a1c7447cd707fc4ed7f8" alt=""><figcaption></figcaption></figure>

그런 다음 선택한 이미지(들)를 삭제할 것인지 확인하라는 메시지가 표시됩니다:

<figure><img src="/files/2338bd695c2c6198d728f8abf1815471cf800b9a" alt=""><figcaption></figcaption></figure>

선택한 이미지(들)를 삭제할 준비가 되면 "Delete"를 클릭하세요. 이 단계는 되돌릴 수 없습니다.


---

# 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://docs.roboflow.com/roboflow/roboflow-ko/datasets/manage-datasets/delete-an-image.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.
