---
title: "POST /api/v1/membership/cancel"
method: POST
path: "/api/v1/membership/cancel"
tags: ["Billing"]
---

# POST /api/v1/membership/cancel

`POST /api/v1/membership/cancel`

Schedules non-renewal. Premium access remains active until the current period ends.

## Cookies

- `billing_session` string

## Response `200`

Cancellation at period end was scheduled.

- object
  - `status` 'complete', required

## Other responses

- `400` — The query, cookie, or body is invalid.
- `401` — No valid session exists for this Product.
- `403` — The request did not originate from this Product.
- `404` — The subscriber has no current Membership.

---

[API](https://skmtc.dev/expertschat/apis/billing-core-api.md) · [All operations](https://skmtc.dev/expertschat/apis/billing-core-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/expertschat/billing-core-api/revisions/c6d0e986ce32/schema)
