---
title: "DELETE /components/v1/offer-design/{externalId}"
method: DELETE
path: "/components/v1/offer-design/{externalId}"
tags: ["Offer Designs"]
---

# DELETE /components/v1/offer-design/{externalId}

`DELETE /components/v1/offer-design/{externalId}`

Deletes a post purchase popup design.

## Response `200`

Post purchase popup design deleted successfully.

- PostPurchasePopupDesignResponse
  - `id` string — Design ID.
  - `offerUiType` 'PopUp' — Type of offer design.
  - `name` string — Offer design name.
  - `externalId` string — Design ID that you defined.
  - `backgroundImageUrl` string, url — Background image URL. For uploaded files, this is the Appcharge-hosted CDN URL. For external image URLs, this is the original image URL served from the provided URL.
  - `title` OfferTitleResponse
    - `text` string — Offer title.
    - `fontColor` string — Title font color.
    - `fontSize` number — Font size in pixels.
    - `fontWeight` string — Font weight.
  - `externalBackgroundImageUrl` string, url — Original background image URL when the design uses an external image URL. This URL is used as provided to serve the image.
  - `offerUiSubType` 'PostPurchase' — Popup design subtype. Use `PostPurchase` for post purchase popup designs.

## Other responses

- `404` — Offer design not found.

---

[API](https://skmtc.net/appcharge/apis/grant-award.md) · [All operations](https://skmtc.net/appcharge/apis/grant-award/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/appcharge/grant-award/revisions/b4f6759240d5/schema)
