---
title: "Cancel gift subscription"
method: POST
path: "/2023-10/giftSubscription/{subscriptionId}/cancel"
---

# Cancel gift subscription

`POST /2023-10/giftSubscription/{subscriptionId}/cancel`

## Path parameters

- `subscriptionId` integer, required

## Request body

- object
  - `cancellationFlowId` integer
  - `comment` string
  - `notifyCustomer` boolean

## Response `200`

200

- object
  - `success` boolean
  - `message` string
  - `data` unknown
  - `code` string
  - `pageInfo` unknown

## Other responses

- `400` — 400

---

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