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_association_id": "<string>",
"effective_from": "<string>",
"reason": "<string>"
}
'{}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_association_id": "<string>",
"effective_from": "<string>",
"reason": "<string>"
}
'{}