HomeIntegrationsPageSoftDeleted

PageSoftDeleted

Payload sent when a page is soft-deleted in Interact.

Overview

The PageSoftDeleted webhook fires when a page is soft-deleted — flagged as deleted but retained rather than permanently removed. The payload identifies the affected page by its ID. For a page that is deleted outright, see PageDeleted.

Example payload

{
  "type": "PageSoftDeleted",
  "generatedtime": "2026-06-22T14:33:00.1111111Z",
  "data": {
    "pageid": 6919
  }
}

Payload fields

Field Description
type The name of the webhook that fired — PageSoftDeleted.
generatedtime The UTC date and time the event was generated.
data.pageid The identifier of the page that was soft-deleted.
Section: Integrations