HomeIntegrationsPageDeleted

PageDeleted

Payload sent when a page is deleted in Interact.

Overview

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

Example payload

{
  "type": "PageDeleted",
  "generatedtime": "2026-06-22T14:34:15.9999999Z",
  "data": {
    "pageid": 6919
  }
}

Payload fields

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