> For the complete documentation index, see [llms.txt](https://help.peoplevine.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://help.peoplevine.com/products/control-panel-overview/billing-payments-hub/cancel-subscription.md).

# How to Cancel a Subscription

### Before you begin (Prerequisites)

* **Permissions**: Administrator, Supervisor, or Support role. See: [How to Manage Users and Permissions](/products/control-panel-overview/admin-overview/manage-roles-permissions.md).
* **Cancellation Date**: Determine whether cancellation should be immediate or at the end of the current billing period.

> **Cancelling a membership vs a subscription**: For **Membership ID** programs (no billing), cancel directly on the membership card. For **Paid** memberships with a subscription, cancel the subscription using the steps below — the membership card status will follow. See also: [How to Edit a Membership](/products/control-panel-overview/membership-management-hub/edit-membership.md).

### Instructions

1. Navigate to [**SELL > View Subscriptions**](https://control.peoplevine.com/subscriptions).

> **Note (Pro Dash):** Navigate to **SELL > Transactions > View Subscriptions**.

> Alternatively, use the **Search** icon (magnifying glass) in the top navigation bar to find the member's CRM profile. Locate the subscription under the **Subscriptions** section and click **Edit**.

2. Find the subscription and click **Edit**.
3. Change the **Subscription Status** to **Cancelled**. A **Requested Cancellation Date** field appears, pre-populated with today's date.
   * Leave as-is to cancel immediately.
   * Enter a future date (e.g., end of the current billing period) to allow the member to finish their paid period before access is revoked.
4. Click **UPDATE SUBSCRIPTION**.

### Best Practice

For members who have already paid for the current cycle, set the cancellation date to the end of the billing period rather than cancelling immediately.

### What Happens Next

* **On the member side**: No further charges are processed after the cancellation date. The subscription and membership card status change to Cancelled. The member loses portal and check-in access. Any linked sub-member statuses also cascade to Cancelled.
* **Next step**: If the member returns later, see: [How to Reactivate a Subscription](/products/control-panel-overview/billing-payments-hub/reactivate-subscription.md).

*Last updated: 2026-05-24*


---

# 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.peoplevine.com/products/control-panel-overview/billing-payments-hub/cancel-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.
