# Canceling & or Deleting customers subscription

In most cases your customers will cancel & manage their subscription through their account. In the scenario you're asked or need to edit & or cancel a customers subscription, this can be done through your Site Admin > Subscriptions&#x20;

## To cancel a customers subscription:&#x20;

In the scenario you need to cancel a customers subscription, this can be done in a couple ways; through the Mavenseed web interface, or directly from Stripe.&#x20;

### **Cancelling a members subscription through Mavenseed.**&#x20;

To reach the members subscription, click on eCommerce and then Subscriptions in your Site Admin menu. Under the ALL SUBSCRIPTIONS tab, search for the member. Once you see them click View.&#x20;

![](/files/-M-CGjf1ozpj9rtHoVr0)

In the upper right hand corner, click the three vertical dot menu to bring up the Cancel option. Clicking the Cancel menu will confirm your request one more time before processing. This will cancel the customers subscription to cancel at period end on Mavenseed and Stripe.&#x20;

{% hint style="warning" %}
If you need the subscription to cancel immediately. It's recommend you do this through Stripe.com and let the effects trickle down through Mavenseed.&#x20;
{% endhint %}

{% hint style="danger" %}
Keep in mind Editing the Subscription and changing the status will not update Stripe.&#x20;
{% endhint %}

### Deleting a Subscription

If you need to completely remove all records of the subscription being attached to your customer. This is when you'd Delete Subscription. Keep in mind this does not update Stripe, and it's recommended that you also remove the Subscription from the Customers Stripe account.&#x20;


---

# Agent Instructions: 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:

```
GET https://docs.mavenseed.com/admin/subscriptions/canceling-and-or-deleting-customers-subscription.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
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.
