> For the complete documentation index, see [llms.txt](https://docs.getmesa.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.getmesa.com/frequently-asked-questions/how-do-i-cancel-my-mesa-subscription-or-7-day-trial.md).

# How do I cancel my MESA subscription or 7-day trial?

## Uninstall from your Billing Portal

Follow the instructions below to cancel your MESA account subscription. This will cancel any subscription fees associated with it so that you won't receive any new subscription charges.

1. Starting from your MESA app dashboard, click My Account in the top-right corner, and then select the Billing tab.<br>

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

   <figure><img src="/files/H8wcm8cMNQhttsSdwcRJ" alt=""><figcaption></figcaption></figure>
2. Scroll down and open the Billing Portal.<br>

   <figure><img src="/files/oHtpMH0kZITeVHEpCCxk" alt=""><figcaption></figcaption></figure>
3. Select Cancel Subscription from the Billing Portal view.<br>

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

## Uninstall from Shopify

Follow the instructions below to uninstall MESA; this will also cancel any subscription fees associated with it so that you won't receive any new subscription charges.&#x20;

This will cancel your subscription or free 7-day trial. &#x20;

1\. Starting from your Shopify admin dashboard, click on the Apps.

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

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

3\. Locate the app you'd like to uninstall, click the three doc icon, then select the **Uninstall** button next to it.

<figure><img src="/files/1wbDqGqkskjk6AW1R6lJ" alt=""><figcaption></figcaption></figure>

After clicking Uninstall, you may leave us any feedback as to why you're uninstalling the app as well.

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


---

# 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://docs.getmesa.com/frequently-asked-questions/how-do-i-cancel-my-mesa-subscription-or-7-day-trial.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.
