# Purging Data from Ango Hub

If you import data into Ango Hub by providing URLs to assets (e.g. by using [public links](/data/importing-assets/asset-cloud-import.md), [AWS](/data/storages/importing-private-cloud-assets-aws.md), [GCP](/data/storages/importing-private-cloud-assets-gcp.md), or [Azure](/data/storages/set-up-a-storage-integration-with-azure.md) integrations), then the data is retained where it is and never moved, or copied to any other server. It is only cached onto the user's browser to display the asset in dashboards and during annotation.

If, however, you upload data from your local machine using [drag and drop](/data/importing-assets/asset-browser-import.md), your data will be uploaded to iMerit's secure AWS S3 private bucket located in Germany.

## Purging Data Uploaded from Local Machine

If you wish to purge data uploaded using drag and drop, navigate to the project's *Settings* page and then to *Danger Zone:*

<figure><img src="/files/SXyNress0jqZj0aqH1xU" alt=""><figcaption></figcaption></figure>

Click on *Delete all assets of the project*. All of the assets in your project, as well as tasks, will be deleted. The related files in iMerit's AWS S3 storage will be purged as well.

{% hint style="info" %}
Deleting assets by using the *Delete* function in the *Assets* tab will not purge the related files in iMerit's AWS S3 storage.
{% endhint %}


---

# 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.imerit.net/data/purging-data-from-ango-hub.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.
