# Project Delete करें

किसी project को delete करने पर वह आपके workspace के Trash में चला जाता है [Trash](broken://pages/bd9e1222ba25acd9b723f2e1cb4b7771a7189769) और 30 दिनों तक वहीं रहता है, उसके बाद उसे स्थायी रूप से हटा दिया जाता है। आप retention window के दौरान किसी भी समय उसे Trash से restore कर सकते हैं।

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

{% hint style="info" %}
केवल Project owner ही Project delete कर सकता है। यदि आप owner नहीं हैं, तो "Delete Project" विकल्प disabled रहता है और एक tooltip current owner का नाम दिखाता है। उनसे Project delete करने के लिए कहें, या उनसे यह [ownership transfer](broken://pages/4c12d5d296e4dbb88aaac875f124d75cb90eb174) आपको करने के लिए कहें।
{% endhint %}

## एक project delete करें

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

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

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

## Restore या permanently delete करें

देखें [Trash](broken://pages/bd9e1222ba25acd9b723f2e1cb4b7771a7189769) कि deleted project को कैसे restore करें या 30-day retention window का इंतज़ार किए बिना उसे तुरंत कैसे remove करें।

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

आप project को इन माध्यमों से भी Trash में ले जा सकते हैं:

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

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


---

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