> For the complete documentation index, see [llms.txt](https://help.urbanpiper.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://help.urbanpiper.com/business-manager/cancel-your-subscription.md).

# Cancel your subscription

### Overview

If you no longer wish to use UrbanPiper services, you can raise a cancellation request directly from your Atlas account. Once your request is processed, all integrated channels are disconnected, and your subscription is cancelled.

**NOTE:** You can cancel from the current billing month or a future one. The full month in which the cancellation takes effect will be charged.

{% hint style="info" %}
**When to use this:** Only raise a cancellation request if you want to stop using **UrbanPiper services permanently**. This is not intended for temporary deactivations or pauses.
{% endhint %}

***

### Before you begin

{% hint style="warning" %}
Download any reports or data you need from UrbanPiper before your **subscription ends**, as your data will be permanently removed after cancellation.
{% endhint %}

***

### **Steps to Cancel a Subscription**

1. **Open All Apps** — Log in to Atlas and go to **All Apps**.
2. **Open Settings** — From the All Apps menu, select **Settings**.

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

3. **Go to Profile** — Within Settings, select **Profile**.
4. **Find the Cancel Option** — Scroll to the bottom of the Profile page and click **Cancel Subscription**.

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

5. **Review Your Journey** — A quick summary of your account activity is shown. Review it and select **Continue with cancellation.**

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

6. **Fill Out the Form** — A short form will open. Please complete all the fields. Your responses help us understand your reasons for cancelling and gather the context we need to process your request. At the end of the form, type **close account** into the text box to confirm.

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

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

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

7. **Submit the Form** — Once you submit the form, your cancellation request is registered with us.

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

***

### **What happens next**

1. After you submit the form, a member of our team will get in touch with you to complete the process and answer any questions you may have.
2. While raising the request, you can choose to cancel from the current billing month or a future month.
   1. :warning: You will be charged for the full month in which your cancellation takes effect.
3. All integrated channels are dis-integrated once your cancellation request is processed, and your orders will stop flowing into UrbanPiper.
4. Orders will stop flowing into UrbanPiper (and your POS, if integrated) from the date selected for Cancellation.

   1. A week after the cancellation date, you won't be able to access your portal any longer.
   2. Should you change your mind, you can always *Withdraw* your request by going to same place you went to cancel your subscription and click on the "Withdraw request" button.

   \
   Below is a video tutorial in Arabic.

{% embed url="<https://drive.google.com/file/d/1Hx_byAlGk5CqyfzD7EhoXgNCEzGjdWd3/view?usp=drive_link>" %}


---

# 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://help.urbanpiper.com/business-manager/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.
