---
title: "Remove discount"
method: DELETE
path: "/2023-10/subscription/{subscriptionId}/discount/{discountShopifyId}"
---

# Remove discount

`DELETE /2023-10/subscription/{subscriptionId}/discount/{discountShopifyId}`

This API removes discount code on a specific contract based on subscriptionId and discountShopifyId in the url path params

Rate limit - 5/s

## Path parameters

- `subscriptionId` integer, required
- `discountShopifyId` string, required

## Response `200`

200

- object
  - `success` boolean
  - `message` string
  - `data` object
    - `shopifyId` unknown
    - `code` string
  - `code` string
  - `pageInfo` unknown

---

[API](https://skmtc.dev/loopwork/apis/storefront-api.md) · [All operations](https://skmtc.dev/loopwork/apis/storefront-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/loopwork/storefront-api/revisions/1524500daa02/schema)
