AccountDeleted Object
Event sent when account is deleted.
type AccountDeleted implements Event {
issuedAt: DateTime
version: String
issuingPrincipal: IssuingPrincipal
recipient: App
redirectUrl: String
user: User
channel: Channel
token: String
shop: Shop
}
Fields
issuedAt ● DateTime
Time of the event.
version ● String
Saleor version that triggered the event.
issuingPrincipal ● IssuingPrincipal
The user or application that triggered the event.
recipient ● App
The application receiving the webhook.
redirectUrl ● String
The URL to redirect the user after he accepts the request.
user ● User
The user the event relates to.
channel ● Channel
The channel data.
token ● String
The token required to confirm request.
shop ● Shop
Shop data.