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

# Remove addon from subscription

`DELETE /subscriptions/addon`

> **Deprecated.**

Deprecated: use POST /subscriptions/{id}/modify/execute with type "addon" and action "remove", which also supports previewing the proration credit first.
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 defaults to period end when nil; mid-period with create_prorations issues a wallet credit.
  - `proration_behavior` 'create_prorations' | 'none'
  - `reason` string

## Response `200`

OK

- SuccessResponse
  - `message` string

## Other responses

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

## Changes

- **2026-08-20** `562f13cf61dd` — 1 info
  - endpoint deprecated
- **2026-07-15** `f8ecf435d25d` — 2 warning
  - added the new `not_implemented` enum value to the `code` response property for the response status `400`
  - added the new `not_implemented` enum value to the `code` response property for the response status `500`
- **2026-07-09** `646d6658479b` — 1 breaking
  - the `effective_date` request property type/format changed from `string`/`` to `string`/`date-time`
- **2026-07-09** `7d57386313c7` — 2 breaking, 2 info
  - request property `proration_behavior` was restricted to a list of enum values
  - the `proration_behavior` request property type/format changed from ``/`` to `string`/``
  - added the new `create_prorations` enum value to the request property `proration_behavior`
  - added the new `none` enum value to the request property `proration_behavior`
- **2026-07-09** `4b1a811c4179` — 3 breaking, 1 info
  - removed the enum value `create_prorations` of the request property `proration_behavior`
  - removed the enum value `none` of the request property `proration_behavior`
  - the `proration_behavior` request property type/format changed from `string`/`` to ``/``
  - the `effective_date` request property type/format was generalized from `string`/`date-time` to `string`/``

[Full history](https://skmtc.dev/flexprice/apis/flexprice-api/changes/subscriptions/addon/delete.md)

---

[API](https://skmtc.dev/flexprice/apis/flexprice-api.md) · [All operations](https://skmtc.dev/flexprice/apis/flexprice-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/flexprice/flexprice-api/revisions/9cd0dab91f5c/schema)
