AccountDelete Object
Remove user account.
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