> 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/delete-a-project.md).

# एक Project हटाएँ

किसी Project को delete करने पर वह आपके workspace में चला जाता है [Trash](/roboflow/roboflow-hi/workspaces/trash.md) इसे permanently remove किए जाने से पहले 30 दिनों तक रखा जाता है। आप retention window के दौरान किसी भी समय इसे Trash से restore कर सकते हैं।

Project के लिए चल रहे किसी भी training job को, उसे Trash में move करने पर, अपने आप cancel कर दिया जाता है।

{% hint style="info" %}
केवल Project owner ही किसी Project को delete कर सकता है। यदि आप owner नहीं हैं, तो "Delete Project" विकल्प disabled रहता है और एक tooltip में मौजूदा owner का नाम दिखता है। उनसे Project को delete करने के लिए कहें, या उनसे [स्वामित्व स्थानांतरित करें](/roboflow/roboflow-hi/datasets/change-project-owner.md) आपको।
{% endhint %}

## एक Project delete करें

1. workspace dashboard पर किसी project listing के बगल में तीन बिंदुओं पर, या project page के sidebar में तीन बिंदुओं पर क्लिक करें।
2. "Delete Project" पर क्लिक करें।
3. पुष्टि करने के लिए project ID टाइप करें।
4. वैकल्पिक रूप से, यदि आप चाहते हैं कि इस project से केवल संबंधित images project के स्थायी रूप से साफ़ किए जाने पर हटा दी जाएँ, तो "Also delete images from Asset Library" चुनें। अन्य projects के साथ साझा की गई images वैसे भी सुरक्षित रहती हैं।
5. "Move to Trash" पर क्लिक करें।

<figure><img src="/files/7ea26a01b619dea5001833f345c6eb78f7c7dac3" alt=""><figcaption></figcaption></figure>

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

## Restore करें या स्थायी रूप से delete करें

देखें [Trash](/roboflow/roboflow-hi/workspaces/trash.md) किसी deleted project को restore करने या 30-day retention window का इंतज़ार किए बिना उसे तुरंत हटाने के तरीके के लिए।

## API, SDK, या CLI के माध्यम से delete करें

आप किसी project को Trash में इसके ज़रिए भी move कर सकते हैं:

* REST API: `DELETE /:workspace/:project`
* Python SDK: `project.delete()`
* CLI: `roboflow project delete <workspace>/<project>`

वेब app के बाहर restore करने के लिए use करें `project.restore()` SDK से या `roboflow project restore <workspace>/<project>` CLI से। स्थायी deletion केवल web app में Trash page से उपलब्ध है।


---

# 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/delete-a-project.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.
