---
title: "Cancel a subscription"
method: POST
path: "/subscriptions/{subscriptionId}/cancel"
tags: ["Subscription"]
---

# Cancel a subscription

`POST /subscriptions/{subscriptionId}/cancel`

After a subscription has been cancelled, no payment will be requested to the customer

## Path parameters

- `subscriptionId` string, uuid, required

## Headers

- `X-Amzn-Trace-Id` string

## Response `200`

the subscription is canceled successfully.

## Other responses

- `400` — Bad Request
- `401` — The caller is not authenticated
- `403` — Access rights not sufficient
- `404` — Cannot not found subscription. Check billingId
- `500` — Internal Server Error.

---

[API](https://skmtc.dev/bictorys/apis/pay.md) · [All operations](https://skmtc.dev/bictorys/apis/pay/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/bictorys/pay/revisions/b85cce14340b/schema)
