---
title: "Delete manual coupons"
method: DELETE
path: "/v2/reward-suppliers/manual-coupons/{reward_supplier_id}/coupons"
tags: ["Reward Suppliers"]
---

# Delete manual coupons

`DELETE /v2/reward-suppliers/manual-coupons/{reward_supplier_id}/coupons`

Removes coupons from the manual coupon supplier's pool.

## Path parameters

- `reward_supplier_id` string, required

## Query parameters

- `operation_id` string

## Response `200`

Successful response

- ManualCouponRewardSupplierOperationResponse
  - `coupons` string[], required
  - `created_at` string, required — [RFC 3339](https://datatracker.ietf.org/doc/html/rfc3339#section-5.6) or [RFC 9557](https://datatracker.ietf.org/doc/html/rfc9557#section-4) date-time with a numeric [UTC offset](https://datatracker.ietf.org/doc/html/rfc3339#section-5.6) and an optional [IANA time-zone](https://datatracker.ietf.org/doc/html/rfc9557#section-4) suffix in square brackets. Precision up to milliseconds.
  - `filename` string, nullable, required
  - `id` string, required
  - `number_of_coupons_to_upload` integer, required
  - `operation_type` 'COUPON_DELETE' | 'COUPON_UPLOAD', required
  - `request_message` string, required
  - `result_message` string, required
  - `reward_supplier_id` string, required
  - `status` 'FAILED' | 'SUCCESS', required
  - `uploaded_coupons` ManualCouponUploadResponse[], required
    - `coupon_code` string
    - `expires_at` string — [RFC 3339](https://datatracker.ietf.org/doc/html/rfc3339#section-5.6) or [RFC 9557](https://datatracker.ietf.org/doc/html/rfc9557#section-4) date-time with a numeric [UTC offset](https://datatracker.ietf.org/doc/html/rfc3339#section-5.6) and an optional [IANA time-zone](https://datatracker.ietf.org/doc/html/rfc9557#section-4) suffix in square brackets. Precision up to milliseconds.

## Other responses

- `400` — Bad Request
- `401` — Unauthorized
- `402` — Payment Required
- `403` — Forbidden
- `415` — Unsupported Media Type
- `429` — Too Many Requests

---

[API](https://skmtc.net/extole/apis/integration-api-server-to-extole.md) · [All operations](https://skmtc.net/extole/apis/integration-api-server-to-extole/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/extole/integration-api-server-to-extole/revisions/c16e62e66755/schema)
