> 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-jp/datasets/manage-datasets/delete-an-image.md).

# 画像を削除

Project から画像を削除する方法は 2 つあります:

1. Roboflow Annotate では: 1 枚の画像を削除するのに最適です。
2. データセット内のすべての画像が一覧表示される Dataset page から: 複数の画像を削除するのに最適です。

### Roboflow Annotate で 1 枚の画像を削除する

Roboflow project から画像を削除するには:

1. Project に関連付けられている Dataset タブで、削除したい画像をクリックします。
2. ページ右上の三点アイコンをクリックします。
3. "Remove From Project" をクリックします。
4. 確認ポップアップで "Confirm" をクリックします。

<figure><img src="/files/9650922c3820d6340021480dac174419329eab00" alt="" width="316"><figcaption><p>Project から画像を削除するには、"Remove From Project" を選択します。</p></figcaption></figure>

"Confirm" をクリックすると、画像と関連するアノテーションはすべて完全に削除されます。

### Dataset page から複数の画像を削除する

データセットから複数の画像を削除するには、Project の Dataset page に移動します:

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

次に、画像にカーソルを合わせ、画像右上のチェックボックスをクリックします:

<figure><img src="/files/037af2ca997efefab281f6a82cd3999a3e576324" alt=""><figcaption></figcaption></figure>

必要に応じて、さらに画像をクリックできます。

削除したい画像をすべて選択したら、"Actions" ドロップダウンをクリックし、次に "Remove from Project" をクリックします:

<figure><img src="/files/907ca964dab5658de6d1d2d848193260e386aa2a" alt=""><figcaption></figcaption></figure>

すると、選択した画像を削除するかどうかの確認が求められます:

<figure><img src="/files/4853f91460cfb74e63b1efcbb383bf8c74870dcc" 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:

```
GET https://docs.roboflow.com/roboflow/roboflow-jp/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.
