accountDelete Mutation
Remove user account.
Triggers the following webhook events:
- ACCOUNT_DELETED (async): Account was deleted.
accountDelete(
token: String!
): AccountDelete
Details
type AccountDelete {
accountErrors: [AccountError!]! @deprecated
errors: [AccountError!]!
user: User
}
Arguments
token ● String!
A one-time token required to remove account. Sent by email using AccountRequestDeletion mutation.
Type
AccountDelete
Remove user account.
Triggers the following webhook events:
- ACCOUNT_DELETED (async): Account was deleted.