---
title: "Remove addon from subscription"
method: DELETE
path: "/subscriptions/addon"
tags: ["Subscriptions"]
---

# Remove addon from subscription

`DELETE /subscriptions/addon`

Use when removing an add-on from a subscription (e.g. downgrade or opt-out).

## Request body

- RemoveAddonRequest
  - `addon_association_id` string, required
  - `effective_date` string, date-time — EffectiveDate is the date the cancellation takes effect. When nil the addon is cancelled at the end of the current period. When provided it must fall within [CurrentPeriodStart, CurrentPeriodEnd]; mid-period values combined with create_prorations will issue a wallet credit for unused time.
  - `proration_behavior` 'create_prorations' | 'none'
  - `reason` string

## Response `200`

OK

- SuccessResponse
  - `message` string

## Other responses

- `400` — Invalid request
- `500` — Server error

---

[API](https://skmtc.net/flexprice/apis/flexprice-api-2.md) · [All operations](https://skmtc.net/flexprice/apis/flexprice-api-2/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/flexprice/flexprice-api-2/versions/da8f268dc77d/schema)
