> For the complete documentation index, see [llms.txt](https://shoppad.gitbook.io/uploadery/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://shoppad.gitbook.io/uploadery/troubleshooting/cancel-your-subscription.md).

# Cancel your Subscription

Follow the instructions below to uninstall any of our apps on your store. This will also cancel any subscription fees associated with it, so you won't receive any new subscription charges.

1\. Starting from your Shopify admin dashboard, click on **Settings.**

<figure><img src="https://24152052-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FglwgaFVh2VmGBjtIbnDb%2Fuploads%2FI0sF4bZxeIPG1upAyfDO%2FCancel-subscription.png%20-%20Step%201.png?alt=media&#x26;token=bca39603-ccd8-4c51-acff-5c26a095521e" alt=""><figcaption></figcaption></figure>

2. Locate the **Settings > Apps** settings on the menu on the left-hand side of the page.

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

3\. Locate the app you'd like to uninstall, then click the three-dot icon and select **Uninstall.**

<figure><img src="https://24152052-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FglwgaFVh2VmGBjtIbnDb%2Fuploads%2F267OjqsepcCVcPArREbQ%2FCancel-subscription.png%20-%20Step%204.png?alt=media&#x26;token=d9feb9e3-abe4-4b04-aa87-ee7a71de1797" alt=""><figcaption></figcaption></figure>

<figure><img src="https://24152052-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FglwgaFVh2VmGBjtIbnDb%2Fuploads%2Fj6y1PeUPcDRnGuQESsNn%2FCancel-subscription.png%20-%20Step%205.png?alt=media&#x26;token=c9faf9f1-40e6-49e6-86c2-813b8c3f1534" alt=""><figcaption></figcaption></figure>

Feel free to give feedback as to why you're uninstalling the app!

{% hint style="info" %}
Have a question about any [of our apps](https://apps.shopify.com/partners/shoppad) or need support? Reach out to our team at <contact@theshoppad.com>
{% endhint %}


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## 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, and the optional `goal` query parameter:

```
GET https://shoppad.gitbook.io/uploadery/troubleshooting/cancel-your-subscription.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
