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

# एक Workflow हटाएँ

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

## एक workflow delete करें

1. अपने Workflows dashboard पर जाएँ और जिस workflow को आप delete करना चाहते हैं, उसके बगल में मौजूद तीन dots पर click करें।
2. "Delete" पर click करें।

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

3. पुष्टि करने के लिए workflow ID टाइप करें।

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

4. "Delete" पर click करें।

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

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

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

आप एक workflow को इन माध्यमों से भी Trash में move कर सकते हैं:

* REST API: `DELETE /:workspace/workflows/:workflow`
* Python SDK: `rfapi.delete_workflow(api_key, workspace, workflow_url)`
* CLI: `roboflow workflow delete <workflow>`

web app के बाहर restore करने के लिए उपयोग करें `workspace.restore_from_trash("workflow", workflow_id)` SDK से या `roboflow workflow restore <workflow>` CLI से।


---

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

```
GET https://docs.roboflow.com/roboflow/roboflow-hi/workflows/delete-a-workflow.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.
