# Delete or Reset Management Tenant (SaaS)

## Delete Tenant

The delete tenant feature allows you to completely delete the tenant and cancel any associated subscriptions at the next possible date.

{% hint style="warning" %}
This action is permanent and your tenant and all configuration data within it will be deleted and will not be recoverable.
{% endhint %}

The "Delete this tenant" functionality is available in the "Tenant Profile" settings which can be accessed from the user menu:

<figure><img src="/files/F5F5AHaiNVaf5FFcuEUG" alt=""><figcaption><p>"Edit Tenant Profile" option in User Menu</p></figcaption></figure>

In order to Delete tenant click the "Delete" button as shown below.

<figure><img src="/files/0Xm9M5WfStUf6WxKkPM4" alt=""><figcaption><p>"Delete this tenant" option in "Tenant Profile" settings</p></figcaption></figure>

## Reset Tenant

The reset tenant feature allows you to reset your tenant's configuration to its default state (like a new tenant) but will keep all existing users, their assigned permissions as well as existing log data.

A typical use case would be if you did some initial configuration for testing and decide you want to start from scratch using the very same tenant.

{% hint style="warning" %}
This action is permanent and all configuration within your tenant will be deleted and will not be recoverable, except for existing users, their assigned permissions and existing log data.
{% endhint %}

The "Delete this tenant" functionality is available in the "Tenant Profile" settings which can be accessed from the user menu:

<figure><img src="/files/F5F5AHaiNVaf5FFcuEUG" alt=""><figcaption><p>"Edit Tenant Profile" option in User Menu</p></figcaption></figure>

In order to Reset tenant click the "Delete" button as shown below.

<figure><img src="/files/RBBbs8kKTC0QzDhOZB9U" alt=""><figcaption><p>"Reset your tenant" option in "Tenant Profile" settings</p></figcaption></figure>


---

# 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.openappsec.io/management-web-ui/delete-or-reset-management-tenant-saas.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.
