Skip to main content
Version: Canary 🚧

PageDeleted

Event sent when page is deleted.

Added in Saleor 3.2
type PageDeleted implements Event {
issuedAt: DateTime
version: String
issuingPrincipal: IssuingPrincipal
recipient: App
page: Page
}

Fields

PageDeleted.issuedAt ● DateTime scalar

Time of the event.

PageDeleted.version ● String scalar

Saleor version that triggered the event.

PageDeleted.issuingPrincipal ● IssuingPrincipal union

The user or application that triggered the event.

PageDeleted.recipient ● App object

The application receiving the webhook.

PageDeleted.page ● Page object

The page the event relates to.

Interfaces

Event interface


Was this page helpful?