Cancelling a subscription
Learn how to cancel a subscription by the subscription identifiers.
curl --location --request POST 'https://{host}>/v1/subscriptions/{subscriptionId}/cancel' \
--header 'Content-Type: application/json' \
--header 'authorization: bearer ***\
--data-raw '{
"suppressCancelNotification": true
}'Last updated