> For the complete documentation index, see [llms.txt](https://help.inveterate.com/help-center/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://help.inveterate.com/help-center/guides/members/manage-members/canceling-members.md).

# Canceling Members

**Cancel Members From The Inveterate Member Page**

As a merchant you are able to cancel active members from within the dashboard by clicking on the "Cancel" button located at the top right of each member page.

<figure><img src="/files/4suIHwLAZPt9BayTiy6g" alt=""><figcaption></figcaption></figure>

Clicking the "Cancel" button will show you a popup where you will decide if the member will retain access to their benefits until the end of their current billing period, or if they will be instantly cancelled and lose all access to their benefits.

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

If a member is cancelled immediately, they will show as fully cancelled within the dashboard. If the member is retaining benefit access through the current billing period, then they will show as "pending cancellation".

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

After cancelling a member, you now also have the ability to reactivate them from the dashboard. This will bring the member back to the exact same state they were in before they were cancelled.


---

# 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.inveterate.com/help-center/guides/members/manage-members/canceling-members.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.
