---
title: "Cancel Subscription"
method: POST
path: "/api/v1/subscriptions/cancel"
tags: ["Billing"]
---

# Cancel Subscription

`POST /api/v1/subscriptions/cancel`

Cancels a subscription for a specific website. The subscription will remain active until the end of the current billing period.

## Request body

- CancelSubscriptionRequest — Request body for canceling a subscription
  - `website_id` string, uuid, required — The ID of the website to cancel the subscription for
  - `product_id` string, required — The ID of the product/subscription to cancel

## Response `200`

Subscription cancelled successfully

- object
  - `success` boolean, required — Whether the cancellation was successful

## Other responses

- `400` — Bad request - Invalid parameters
- `401` — Unauthorized - Invalid or missing API key
- `403` — Forbidden - You don't have access to this website
- `500` — Internal server error

---

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