# How to Expire a Member

*Article Topics:* [*Members*](/getting-started/common-topics/members.md)

NATS offers multiple ways to set member expirations for your sites. This can be done through the [Configuration Admin](/nats-admin/configuration.md) in the "Billers" section.

Each biller section in the Configuration Admin contains a setting labeled "Set Expire *XX* Date", where *XX* is the name of the specified biller.&#x20;

This drop-down menu contains four options:

* **NATS Set** - Sets a member to expire when told to do so by NATS
* **Biller Set** - Sets a member to expire when told to do so by the biller.
* **Earliest** - Chooses the earliest date of the two choices above.
* **Latest** - Chooses the latest date of the two choices above.

### NATS Set

"NATS Set" only sets a member to expire when it is told to do so by NATS.&#x20;

You can view a member's expiration date from the Members Details Page. From the Member Management Page in the Members Admin, you can select the specific member you want to view. In the Subscriptions Tab under Details, there is a Scheduled Expire Date Field. Click on the date twice to bring up the calendar. From there you can select the date and time for expiration, click Set, and then the Checkmark to save the selected date.

"NATS Set" expires a member based on when they are set to expire in NATS, regardless of any configuration settings.

### Biller Set

"Biller Set" only sets a member to expire when it is told to do so by a biller.&#x20;

Members that show up as "Expired" or "Canceled" in a biller but not in the NATS database indicate that the biller did not successfully inform NATS that the membership expired or was canceled.

If this occurs, check in the [Billers Admin](/nats-admin/billers.md) to confirm the biller's polls and account information are up to date. As soon as the biller expires a member, NATS will automatically cancel that member's access. Even for a non-recurring membership, NATS won't show a member's expiration date. Rather, it will wait for the biller to say a member is expired.

## Manually Expire a Member

NATS allows Admins to manually expire members as well.&#x20;

You can manually expire a member by navigating to the "Member Management" area and then selecting the Member you wish to expire.&#x20;

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

Once on the [Member Overview](/nats-admin/members/member-overview.md) page, you can click the "Status" of the Member and change it from "Active Member" to "Inactive Member"

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

You can confirm whether a member has been expired or not at the top of the Member Overview page.

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

## Related Articles

{% content-ref url="/pages/eTbczPqb6gHyBz90KCf6" %}
[How to Add a Member](/nats-admin/members/common-questions/how-to-add-a-member.md)
{% endcontent-ref %}

{% content-ref url="/pages/x1TCdgShYvTw5twRuPRp" %}
[How to Delete a Member](/nats-admin/members/common-questions/how-to-delete-a-member.md)
{% endcontent-ref %}


---

# 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.toomuchmedia.com/nats-admin/members/common-questions/how-to-expire-a-member.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.
