> For the complete documentation index, see [llms.txt](https://docs.roboflow.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.roboflow.com/roboflow/roboflow-ko/datasets/manage-datasets/delete-an-image.md).

# 이미지 삭제

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

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

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

Roboflow project에서 이미지를 삭제하려면:

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

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

"Confirm"를 클릭하면 이미지와 관련된 모든 annotation이 영구적으로 삭제됩니다.

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

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

<figure><img src="/files/78ad17da5d2445f5e18e918265e1a3c90b48eb14" 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
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## 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, and the optional `goal` query parameter:

```
GET https://docs.roboflow.com/roboflow/roboflow-ko/datasets/manage-datasets/delete-an-image.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
