---
title: "Delete an offer from a subscription"
method: DELETE
path: "/subscriptions/{sub_id}/{offer_id}"
tags: ["Subscriptions"]
---

# Delete an offer from a subscription

`DELETE /subscriptions/{sub_id}/{offer_id}`

Remove an applied offer/coupon from a subscription. The offer will no longer apply from the next billing cycle.

## Path parameters

- `sub_id` string, required
- `offer_id` string, required

## Response `200`

Offer removed from subscription.

- object — Empty object on success.

## Other responses

- `400` — Bad request. Invalid parameters or missing required fields.
- `401` — Authentication failed. Invalid or missing API key credentials.
- `404` — Resource not found.
- `429` — Rate limit exceeded. Implement exponential backoff with jitter before retrying.

---

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