---
title: "Cancel subscription at period end"
method: POST
path: "/api/v1/billing/cancel"
tags: ["billing"]
---

# Cancel subscription at period end

`POST /api/v1/billing/cancel`

## Response `200`

Cancellation scheduled

- CancelResponse
  - `cancel_at_period_end` true
  - `subscription_status` 'none' | 'active' | 'past_due' | 'canceled' | 'revoked', required

## Other responses

- `400` — Rejected cancellation
- `429` — Rate limited
- `502` — Provider error

---

[API](https://skmtc.net/crosmos/apis/crosmos-api.md) · [All operations](https://skmtc.net/crosmos/apis/crosmos-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/crosmos/crosmos-api/revisions/b38f8e603649/schema)
