---
title: "Delete a linked subscription add-on"
method: DELETE
path: "/subscriptions/{subscriptionId}/add-ons/{addOnId}"
tags: ["Subscriptions"]
---

# Delete a linked subscription add-on

`DELETE /subscriptions/{subscriptionId}/add-ons/{addOnId}`

Delete the linked add-on indicated by add-on id for a subscription by subscription id.

## Path parameters

- `subscriptionId` integer, required
- `addOnId` integer, required

## Headers

- `api-token` string, required

## Response `204`

Successfully deleted the indicated linked subscription add-on from the database.

## Other responses

- `401` — You are not authorized to access this resource. Please ensure that you are authenticated, and that you are using the `api-token` header
- `403` — You do not have permission to access this resource. Please ensure you are both authenticated and that you have the required roles/permissions active.
- `404` — No resource(s) found for the given request. If you have not used query parameters with your request your business currently has no resource(s) matching the specified values.
- `500` — Helcim internal server error encountered.

---

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