---
title: "Remove promotion from subscription"
method: DELETE
path: "/subscriptions/{subscriptionId}/promotions/{id}"
tags: ["Subscription Promotions"]
---

# Remove promotion from subscription

`DELETE /subscriptions/{subscriptionId}/promotions/{id}`

Removes a promotion from a subscription.

## Path parameters

- `subscriptionId` string, required
- `id` string, uuid, required

## Response `202`

When request is accepted. Returns a 'Link' object.

- Link
  - `id` string, nullable
  - `href` string, nullable
  - `relation` string, nullable
  - `method` string, nullable

## Other responses

- `400` — When an unsupported request is made.
- `404` — When subscription or promotion with specified id does not exist.
- `500` — When an error occurs while removing promotion.

---

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