# Deleting Workspace

{% hint style="info" %}
Only the owner of a workspace can delete the workspace.
{% endhint %}

If you want to completely delete your Introist workspace with all the data associated with it, follow these steps.:

1. Make sure there are no active Automations. If any, cancel each automation.
2. De-activate all Triggers and archive them.
3. Archive all the Workflows.
4. Navigate to Settings => Workspace.
5. Click the "Delete workspace" button.
6. Confirm that you want to delete the workspace.

{% hint style="info" %}
Notice that the deletion will fail if there are active resources (Automation, Triggers, or Workflows) in the workspace. This is to prevent any accidental data removal. In case your workspace deletion fails, check that you have archived everything or contact us to help with the deletion.
{% endhint %}

*Please note that after you delete the workspace, data cannot be restored. If you want to export your data, please inform us before deleting your account.*


---

# 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/admin/deleting-workspace.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.
