---
title: "Cancel the active subscription"
method: POST
path: "/api/billing/subscription/cancel"
tags: ["billing"]
---

# Cancel the active subscription

`POST /api/billing/subscription/cancel`

[cloud-only] Cancels the authenticated user's active subscription. The subscription remains active until the end of the current billing period.

## Response `200`

Subscription cancelled

- BillingSubscription — [cloud-only] Active subscription details.
  - `id` string, required
  - `status` 'active' | 'cancelled' | 'past_due' | 'trialing', required
  - `plan_id` string, required
  - `plan_name` string
  - `current_period_start` string, date-time
  - `current_period_end` string, date-time
  - `cancel_at_period_end` boolean

## Other responses

- `401` — Unauthorized

## Changes

- **2026-05-08** `c9640fded659` — 1 info
  - endpoint added

[Change history](https://skmtc.dev/comfy-org/apis/comfyui-api/changes/api/billing/subscription/cancel/post.md)

---

[API](https://skmtc.dev/comfy-org/apis/comfyui-api.md) · [All operations](https://skmtc.dev/comfy-org/apis/comfyui-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/comfy-org/comfyui-api/revisions/c9640fded659/schema)
