# Uninstall AcyMailing

{% tabs %}
{% tab title="Joomla" %}
To uninstall AcyMailing, you can visit the page **System => Manage => Extensions**:

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

Search for the AcyMailing package, select it then select the **Uninstall** action:

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

Note that you don't need to uninstall the AcyMailing module/component/plugins, they will automatically be uninstalled if you uninstall the package.

A confirmation message will be shown:

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

The AcyMailing data will still be present in your database, so if you re-install it, you won't lose any data (apart from your images).

If you wish to completely uninstall AcyMailing and remove all its data, execute the SQL query shown in the confirmation message.
{% endtab %}

{% tab title="WordPress" %}
To uninstall AcyMailing, you can visit the page **Plugins => Installed Plugins**:

<figure><img src="/files/I2lWeVeRcSAWVKuYiHls" alt="" width="353"><figcaption></figcaption></figure>

On this page, locate AcyMailing and click its **Deactivate** link:

<figure><img src="/files/4F4CwNn4mD6Nubst0HXS" alt="" width="284"><figcaption></figcaption></figure>

A feedback survey will show up, you can ignore it or tell us why you uninstall so that we can improve:

<figure><img src="/files/rqA5I9Evq1SbDnT7H9Mw" alt="" width="375"><figcaption></figcaption></figure>

Once it is deactivated, you can uninstall it by clicking the **Delete** link:

<figure><img src="/files/MFRu3K6v1a52ToUi267f" alt="" width="270"><figcaption></figcaption></figure>

Note that the AcyMailing data will still be present in your database, so if you re-install it, you won't lose any data (apart from your images).

If you wish to completely uninstall AcyMailing and remove all its data, you will need to remove the tables prefixed with "xxx\_acym\_" in your database.
{% endtab %}
{% endtabs %}


---

# 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.acymailing.com/setup/installation/uninstall-acymailing.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.
