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

8fbabe82a04d

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
}