DELETE
/
subscriptions
/
addon
Remove addon from 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>"
}'
{}

Authorizations

x-api-key
string
header
required

Enter your API key in the format x-api-key <api-key>*

Body

application/json

Remove Addon Request

The body is of type object.

Response

200
application/json

OK

The response is of type object.