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

# एक Image हटाएँ

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

1. Roboflow Annotate में: एक single image delete करने के लिए ideal।
2. अपने dataset की सभी images को सूचीबद्ध करने वाले Dataset page से: multiple images delete करने के लिए ideal।

### Roboflow Annotate में एक Single Image Delete करें

Roboflow project से एक image delete करने के लिए:

1. अपने project से जुड़े Dataset tab में जिस image को आप delete करना चाहते हैं, उस पर क्लिक करें।
2. पेज के ऊपर दाईं कोने में तीन 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 स्थायी रूप से delete हो जाएँगी।

### Dataset Page से Multiple Images Delete करें

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

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

फिर, किसी image पर hover करें और image के ऊपर दाईं कोने में checkbox पर क्लिक करें:

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

अगर आप चाहें, तो इसके बाद आप और images पर क्लिक कर सकते हैं।

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

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

फिर आपसे यह confirm करने के लिए कहा जाएगा कि आप चुनी गई image(s) delete करना चाहते हैं:

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

जब आप चुनी हुई image(s) delete करने के लिए तैयार हों, तो "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-hi/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.
