---
title: "POST /subscriptions/{id}/cancel"
method: POST
path: "/subscriptions/{id}/cancel"
---

# POST /subscriptions/{id}/cancel

`POST /subscriptions/{id}/cancel`

Cancel a subscription or bill associated with a linked merchant account.

## Path parameters

- `id` string, required

## Request body

- object
  - `simulate` 'failed' — The cancellation attempt fails after request validation.

## Response `202`

Cancellation request accepted.

- object
  - `message` string

## Other responses

- `400` — Bad request.
- `401` — Unauthorized request.
- `403` — Forbidden request.
- `500` — Internal server error.

---

[API](https://skmtc.net/knotapi/apis/knot-api.md) · [All operations](https://skmtc.net/knotapi/apis/knot-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/knotapi/knot-api/versions/4610832c2087/schema)
