---
title: "Apply cancellation offer"
method: POST
path: "/2023-10/subscription/{subscriptionId}/cancellationOffer"
---

# Apply cancellation offer

`POST /2023-10/subscription/{subscriptionId}/cancellationOffer`

This endpoint allows you to apply the cancellation offer to specific subscriber.

## Path parameters

- `subscriptionId` integer, required

## Request body

- object
  - `cancellationFlowId` integer — The unique identifier of the cancellation flow (reason selected by the subscriber). This value is used to log analytics for the cancellation flow.
  - `cancellationOfferId` string — The unique identifier of the cancellation offer to be applied. This value can be retrieved from the List cancellation offer(s) API.

## Response `200`

200

- object
  - `success` boolean — Indicates whether the request was successfully processed.
  - `message` string — Human-readable message describing the result of the operation.
  - `data` string — Additional response data returned by the system.
  - `code` string — Status code indicating the result of the operation.
  - `pageInfo` string — Additional metadata related to the response.

## Other responses

- `400` — 400

---

[API](https://skmtc.net/loopwork/apis/storefront-api.md) · [All operations](https://skmtc.net/loopwork/apis/storefront-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/loopwork/storefront-api/versions/1524500daa02/schema)
