---
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 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

---

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