# Delete Account

You can permanently delete your ClearFeed account and all associated data—including connected Slack workspace.

{% hint style="danger" %}
This action is **irreversible**. Once deleted, your data cannot be recovered.
{% endhint %}

## How to Delete Your Account

From the ClearFeed web app:

* Go to **Settings**
* Navigate to **Additional Settings**
* Scroll down to the **Delete Account** section at the bottom
* Click **Delete Account**
* In the confirmation dialog:
  * You will be shown your **account name**
  * Type the account name exactly as shown to confirm deletion
* Click **Delete Account**

This will immediately delete your account and remove any active Slack connections.

## When to Use This

* You're in trial and have selected the **wrong Product Edition** and want to start over.
* You're in trial and you've connected to an **Incorrect Slack Workspace.** You can delete your account and start over.
* You’re still in your **trial period** and have decided not to continue.

## FAQs

1. **Can I just pause or deactivate instead of deleting?**\
   **Answer:** No. Account deletion is the only available option at this time.
2. **Will my Slack workspace also be disconnected?**\
   **Answer:** Yes. Any Slack workspace linked to your ClearFeed account will be unlinked as part of the deletion process.
3. **What exactly gets deleted?**\
   **Answer:** Your entire ClearFeed account, all data, connected Slack workspaces, configurations, and history will be permanently deleted.
4. **Can I recover my data later?**\
   **Answer:** No. Deleted accounts and data cannot be recovered.


---

# 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.clearfeed.ai/clearfeed-help-center/account-setup/delete-account.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.
