Skip to main content
Version: Canary 🚧

AppDeleted

Event sent when app is deleted.

Added in Saleor 3.4
type AppDeleted implements Event {
issuedAt: DateTime
version: String
issuingPrincipal: IssuingPrincipal
recipient: App
app: App
}

Fields

AppDeleted.issuedAt ● DateTime scalar

Time of the event.

AppDeleted.version ● String scalar

Saleor version that triggered the event.

AppDeleted.issuingPrincipal ● IssuingPrincipal union

The user or application that triggered the event.

AppDeleted.recipient ● App object

The application receiving the webhook.

AppDeleted.app ● App object

The application the event relates to.

Interfaces

Event interface


Was this page helpful?