# Delete organization

Deleting an organization from the TF Platform **permanently removes** it, including all associated data such as projects, users, and settings. While this action is irreversible, you can recover the organization within 30 days.&#x20;

> **Key Considerations**
>
> * Organizations can be recovered within 30 days post-deletion. After this timeframe, all data will be permanently lost.
> * Ensure you have the necessary administrative permissions to perform this action.
> * It is advisable to notify all organization members before deletion to ensure they are aware of the impending changes.
> * A confirmation prompt will appear to verify the deletion request and ensure that the action is intentional.

<details>

<summary>Steps to Delete an Organization</summary>

1. Log in to your TF Platform account.
2. Navigate to **Organizations** from the main menu.
3. Find the organization you wish to delete.
4. Click on the organization name to access its settings.
5. Look for the **Delete** option within the organization settings.
6. A confirmation prompt will appear. Review the warning and confirm that you want to delete the organization.
7. Once confirmed, the organization will be marked for deletion, and you will have 30 days to recover it if needed.

</details>

####


---

# 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.simptel.com/tf-platform/administration/organizations/settings/delete-organization.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.
