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

9da9d1816e27

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
}