---
title: "Expire the V2 subscription"
method: POST
path: "/admin/users/{id}/v2/subscription/expire"
tags: ["Admin Users"]
---

# Expire the V2 subscription

`POST /admin/users/{id}/v2/subscription/expire`

Mark the V2 subscription expired. When force=true, also set the period end to now and disable renewal.

## Path parameters

- `id` string, required

## Request body

- ExpireV2SubscriptionDtoClass
  - `force` boolean — When true, force-expire now (sets period end to now, disables renewal). Otherwise mark expired only.

## Response `200`

V2 subscription expired

---

[API](https://skmtc.dev/miaai/apis/backend-template-api.md) · [All operations](https://skmtc.dev/miaai/apis/backend-template-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/miaai/backend-template-api/revisions/2a8d88a5124f/schema)
