---
title: "Retire an offer"
method: POST
path: "/v1/offers/{OfferId}/retire"
tags: ["Manage Offer (Synchronous API)"]
---

# Retire an offer

`POST /v1/offers/{OfferId}/retire`

Retires an offer.

## Path parameters

- `OfferId` number, required

## Headers

- `x-siteId` string, required
- `x-erid-as-oid` string

## Response `200`

Offer successfully retired.

- RetireOffer
  - `id` string — Identifier of an offer.
  - `status` string — Status of an offer.
  - `name` string — Name of an offer.
  - `description` string — Description of an offer.
  - `externalReferenceOfferId` string — The external reference identifier of the offer.
  - `siteId` string — site for which offer is created.
  - `creationDate` string — Date of creation of an offer.
  - `modificationDate` string — Date of modification of an offer.

## Other responses

- `400` — * Bad request.
- `401` — * Please verify your API key and secret (if applicable) is correct.
- `403` — * Offer with provided external reference identifier is not unique on the site.
- `404` — * offer not found.
- `409` — * invalid offer state.

---

[API](https://skmtc.net/digitalriver/apis/commerce-api-suite-admin-apis.md) · [All operations](https://skmtc.net/digitalriver/apis/commerce-api-suite-admin-apis/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/digitalriver/commerce-api-suite-admin-apis/revisions/a6efafc1669c/schema)
