v1

latestOpenAPI 3.1.02026-07-241120379.1 KB

Cancel gift subscription

post/2023-10/giftSubscription/{subscriptionId}/cancel

Path parameters

subscriptionIdinteger required

Request body

cancellationFlowIdinteger
commentstring
notifyCustomerboolean

Response

200

successboolean
messagestring
{"stackTrail":"paths:/2023-10/giftSubscription/{subscriptionId}/cancel:post:responses:200:content:application/json:schema:properties:data","oasType":"schema","type":"unknown"}
codestring
{"stackTrail":"paths:/2023-10/giftSubscription/{subscriptionId}/cancel:post:responses:200:content:application/json:schema:properties:pageInfo","oasType":"schema","type":"unknown"}

Example response

{
  "success": true,
  "message": "Gift subscriptions cancelled successfully",
  "code": "SUCCESS"
}