# End billing subscriptions immediately with the new End button

We've added a new **End** button to subscription management in the Clerk Dashboard, giving you the ability to immediately end subscriptions and revoke user access to features.

Previously, you could only **Cancel** subscriptions, which would stop recurring charges but allow users to retain access until the end of their current billing cycle. The new **End** button goes further by immediately terminating the subscription and revoking access to all associated features.

This is particularly useful when processing refunds - you can immediately remove access to prevent further usage after issuing a refund.

You can find the **End** button alongside the existing **Cancel** button in the subscription details page of any user or organization in the [Clerk Dashboard](https://dashboard.clerk.com). The **Cancel** button remains available for standard subscription cancellations where you want to honor the user's paid period.

At the moment, ending a subscription is only available in the Dashboard but we'll be supporting this via the Backend API in the future.
