Skip to main content

AccountDelete Object

Remove user account.

Requires the AUTHENTICATED_USERpermission.

Triggers the following webhook events:

  • ACCOUNT_DELETED (async): Account was deleted.
type AccountDelete {
accountErrors: [AccountError!]! @deprecated
errors: [AccountError!]!
user: User
}

Fields

errors ● [AccountError!]!

user ● User

Show deprecated

Returned By

accountDelete mutation