---
title: "Remove Subscription Item"
method: POST
path: "/subscription/removesubscriptionitem"
tags: ["Subscription API"]
---

# Remove Subscription Item

`POST /subscription/removesubscriptionitem`

Permanently deletes a subscription item for a discontinued product or special offer, making it impossible to reactivate the subscription item in the future. This endpoint should be used rarely and with caution.<br />For more information, see [Remove Discontinued or Temporary Subscription Item](https://dev.cleverbridge.com/docs/remove-discontinued-or-temporary-subscription-item). For XML examples and schemas, see the [Additional Examples - Remove Subscription Item](https://dev.cleverbridge.com/page/additional-examples-remove-subscription-item).

## Headers

- `Accept` 'application/json' | 'application/xml'
- `Content-Type` 'application/json' | 'application/xml'

## Request body

- CleverbridgeBackEndRestApiSubscriptionClassesRemoveSubscriptionItemRequest
  - `GenerateMail` boolean — Set to <code>false</code> if you want to suppress the automatically generated email that informs the customer about the subscription update. Important: If set to <code>false</code>, you must send the email yourself. For more information, see [Best Practices: Obtaining Customer Consent](https://docs.cleverbridge.com/public/all/using-the-platform/best-practices-obtain-customer-consent.htm?utm_source=developer-docs&amp;utm_medium=api-reference).
  - `RunningNumber` integer, required — Running number of the item in the subscription.
  - `SubscriptionId` string, required — Unique ID of the subscription, with or without an initial 'S'.

## Response `200`

OK

- CleverbridgeBackEndRestApiSubscriptionClassesRemoveSubscriptionItemResponse
  - `ResultMessage` string — Optional result or error message.

## Other responses

- `400` — Bad Request
- `404` — Not Found
- `500` — Internal Server Error

---

[API](https://skmtc.net/cleverbridge/apis/backend-rest-apis.md) · [All operations](https://skmtc.net/cleverbridge/apis/backend-rest-apis/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/cleverbridge/backend-rest-apis/versions/b7007b62f4c0/schema)
