AccountDeleteRequested
Event sent when account delete is requested.
Added in Saleor 3.15type AccountDeleteRequested implements Event {
  issuedAt: DateTime
  version: String
  issuingPrincipal: IssuingPrincipal
  recipient: App
  redirectUrl: String
  user: User
  channel: Channel
  token: String
  shop: Shop
}
Fields
AccountDeleteRequested.issuedAt ● DateTime scalar miscellaneous
Time of the event.
AccountDeleteRequested.version ● String scalar miscellaneous
Saleor version that triggered the event.
AccountDeleteRequested.issuingPrincipal ● IssuingPrincipal union miscellaneous
The user or application that triggered the event.
AccountDeleteRequested.recipient ● App object apps
The application receiving the webhook.
AccountDeleteRequested.redirectUrl ● String scalar miscellaneous
The URL to redirect the user after he accepts the request.
AccountDeleteRequested.user ● User object users
The user the event relates to.
AccountDeleteRequested.channel ● Channel object channels
The channel data.
AccountDeleteRequested.token ● String scalar miscellaneous
The token required to confirm request.
AccountDeleteRequested.shop ● Shop object miscellaneous
Shop data.