> For the complete documentation index, see [llms.txt](https://seedgrow.gitbook.io/whatsapp/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://seedgrow.gitbook.io/whatsapp/setup-guide/uninstallation.md).

# Uninstallation

### How to uninstall WhatsApp Chat Widget

App uninstallation takes 2 steps:

#### **1. Deactivate**

Go to app settings > click **Deactivate** to remove the app scripts from your store.

#### **2. Delete app**

Navigate to apps and delete the app.&#x20;

![](/files/f11uqwMDQRSl6VZZqE84)

Please leave your reason for deleting. If you want to suggest new features, feel free to do so. Alternatively, you can reach out to us at <seedgrow.net@gmail.com>

### How to manually remove the app script

If you have accidentally deleted it without deactivating, please try to follow these simple steps:

1. Add app again,
2. Deactivate,
3. Delete it. This will remove all the app settings.&#x20;

Alternatively, if you are familiar with coding languages, you can also manually remove these scripts by following these steps:

**1.Edit theme code**

From your Shopify admin, go to **Themes** > **Current theme** > **Actions** > **Edit code**.

![](/files/e9zrX6Br0yNmstHVxknk)

**2. Open theme.liquid**

You will then enter the whole theme source code. From the left directory, click on **theme.liquid** to open this code file.

**3. Delete the scripts**

In the code editor, navigate to right before the closing `</head>` and `</body>` tags to find these scripts:

```
<link rel="stylesheet href="‹'seedgrow-whatsapp-style.css' asset url \} >
```

```
<script src="{{ 'seedgrow-whatsapp-init.js' | asset_url }}" defer="defer"></script><script src="{{ 'seedgrow-whatsapp-frontend.js' | asset_url }}" defer="defer"></script>
```

![](/files/o98cewvSLbLJRxfH5UaB)

**4. Save changes**

Click **Save** to finish the script removal.

Be sure not to delete anything else other than these two scripts.<br>
