Reducing the quantity of a subscription
Learn how to reduce the quantity of a subscription.
curl --location --request POST 'https://api.digitalriver.com/v1/subscriptions/{subscriptionId}>/reduce' \
--header 'authorization: bearer ***\
...
--data-raw '{
"product" : {
"id" : "5410723500"
},
"quantity" : 1
}'curl --location --request POST 'https://api.digitalriver.com/v1/subscriptions/{subscriptionId}>/reduce' \
--header 'authorization: bearer ***\
...
--data-raw '{
"product" : {
"id" : "5410723500"
},
"quantity" : 1
}'Last updated