# 画像を削除

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

1. Roboflow Annotate内: 1枚の画像を削除するのに最適です。
2. Datasetページから: データセット内のすべての画像を一覧表示しており、複数の画像を削除するのに最適です。

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

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

1. Projectに関連付けられているDatasetタブで、削除したい画像をクリックします。
2. ページ右上の3つの点をクリックします。
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ページから複数の画像を削除する

Datasetから複数の画像を削除するには、Project内のDatasetページに移動します:

<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: 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.
