Skip to main content

AccountRequestDeletion Object

Sends an email with the account removal link for the logged-in user.

Requires the AUTHENTICATED_USERpermission.

Triggers the following webhook events:

  • NOTIFY_USER (async): A notification for account delete request.
  • ACCOUNT_DELETE_REQUESTED (async): An account delete requested.
type AccountRequestDeletion {
accountErrors: [AccountError!]! @deprecated
errors: [AccountError!]!
}

Fields

errors ● [AccountError!]!

Show deprecated

Returned By

accountRequestDeletion mutation