# Image Delete करें

Project से image हटाने के दो तरीके हैं:

1. Roboflow Annotate में: एक single image हटाने के लिए आदर्श.
2. Dataset page से, जो आपके dataset की सभी images को list करती है: multiple images हटाने के लिए आदर्श.

### Roboflow Annotate में एक Single Image हटाएँ

Roboflow project से image हटाने के लिए:

1. अपने project से जुड़े Dataset tab में उस image पर क्लिक करें जिसे आप delete करना चाहते हैं.
2. पेज के top right corner में तीन dots पर क्लिक करें.
3. "Remove From Project" पर क्लिक करें.
4. confirmation pop up में "Confirm" पर क्लिक करें.

<figure><img src="/files/b1d723b654b9fff653b7ad6fb380e54caecbab10" alt="" width="316"><figcaption><p>Project से image हटाने के लिए "Remove From Project" चुनें.</p></figcaption></figure>

"Confirm" पर क्लिक करने के बाद, आपकी image और उससे जुड़ी कोई भी annotations permanently delete हो जाएँगी.

### Dataset Page से Multiple Images हटाएँ

एक dataset से multiple images delete करने के लिए, अपने Project में Dataset page पर जाएँ:

<figure><img src="/files/2d7ea46064665e59e0da92411de9696f9f54e6fe" alt=""><figcaption></figcaption></figure>

फिर, किसी image पर hover करें और image के top right corner में checkbox पर क्लिक करें:

<figure><img src="/files/8b309dea66cfb98557db9fd8d87ffd8be5e08e9c" alt=""><figcaption></figcaption></figure>

अगर आप चाहें, तो आप फिर और images पर भी क्लिक कर सकते हैं.

जब आप उन सभी images को select कर लें जिन्हें आप हटाना चाहते हैं, तो "Actions" dropdown पर क्लिक करें और फिर "Remove from Project" पर क्लिक करें:

<figure><img src="/files/5df4dbeb42f7c7956f68a0f2013b5ffdb939651f" alt=""><figcaption></figcaption></figure>

इसके बाद आपसे यह confirm करने के लिए कहा जाएगा कि आप selected image(s) को delete करना चाहते हैं:

<figure><img src="/files/79613128c98c23123ab10f83977917453e8091b0" alt=""><figcaption></figcaption></figure>

जब आप selected image(s) को delete करने के लिए तैयार हों, तो "Delete" पर क्लिक करें. यह step irreversible है.


---

# 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-hi/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.
