curl --request DELETE \
--url https://api.cloud.flexprice.io/v1/subscriptions/addon \
--header 'Content-Type: application/json' \
--header 'x-api-key: <api-key>' \
--data '{
"addon_id": "<string>",
"reason": "<string>",
"subscription_id": "<string>"
}'
{}
Remove an addon from a subscription
curl --request DELETE \
--url https://api.cloud.flexprice.io/v1/subscriptions/addon \
--header 'Content-Type: application/json' \
--header 'x-api-key: <api-key>' \
--data '{
"addon_id": "<string>",
"reason": "<string>",
"subscription_id": "<string>"
}'
{}
Enter your API key in the format x-api-key <api-key>*
Remove Addon Request
The body is of type object
.
OK
The response is of type object
.