# Delete Folder

{% hint style="danger" %}
Deleting a workflow is a permanent action that will result in the loss of its data. Therefore, ensure that you have emptied the folder of all workflows before attempting to delete it. Introist does not allow the deletion of folders that contain any content.
{% endhint %}

To delete a workflow, first, navigate to the "Workflows" section. Locate the workflow you wish to delete, then click the three dots next to it. From the options, select "Delete". You will be prompted to confirm the deletion. Once confirmed, the workflow will be permanently deleted.


---

# 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.introist.com/knowledge-base/build/workflows/organizing-workflows/delete-folder.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.
