---
title: "Cancel Subscription"
method: POST
path: "/v1/subscription/cancel"
tags: ["Subscription"]
---

# Cancel Subscription

`POST /v1/subscription/cancel`

Cancel subscription self-serve by ending the active Metronome contract
at the end of the current billing period (updateEndDate).

## Headers

- `X-API-Key` string, required

## Response `200`

Successful Response

- CancelResponse
  - `success` boolean, required — Whether the cancel request was accepted
  - `message` string, required — Response message for the frontend

## Other responses

- `422` — Validation Error

---

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