latestOpenAPI 3.1.0raw.githubusercontent.com2026-08-13260150938.9 KB

fc5624c7d57a

Widgets

Delete saved popup

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.

delete/popups/{popupId}

Path parameters

popupIdstring required

Response

Popup deleted

successboolean
popupIdstring
messagestring

Example response

{
  "success": true
}