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

- DtoRemoveAddonRequest
  - `addon_association_id` string, required
  - `reason` string

## Response `200`

OK

- DtoSuccessResponse
  - `message` string

## Other responses

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

---

[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/fdc2d8c76b76/schema)
