---
title: "Delete saved popup"
method: DELETE
path: "/popups/{popupId}"
tags: ["Widgets"]
---

# Delete saved popup

`DELETE /popups/{popupId}`

Permanently deletes a saved popup along with its view and conversion counts. Subscribers it already captured are not affected. To stop a popup from showing while keeping its stats, set its status to draft instead.

## Path parameters

- `popupId` string, required

## Response `200`

Popup deleted

- object
  - `success` boolean
  - `popupId` string
  - `message` string

## Other responses

- `401` — Unauthorized
- `403` — API key is missing widgets:delete
- `404` — Popup not found

---

[API](https://skmtc.net/sequenzy/apis/sequenzy-api.md) · [All operations](https://skmtc.net/sequenzy/apis/sequenzy-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/sequenzy/sequenzy-api/revisions/16ad4f8e3d97/schema)
