Skip to main content
Version: 3.x

accountDelete

Remove user account.

Requires AUTHENTICATED_USERpermission.

Triggers the following webhook events:

  • ACCOUNT_DELETED (async): Account was deleted.
accountDelete(
token: String!
): AccountDelete

Arguments

accountDelete.token ● String! non-null scalar

A one-time token required to remove account. Sent by email using AccountRequestDeletion mutation.

Type

AccountDelete object

Remove user account.

Requires AUTHENTICATED_USERpermission.

Triggers the following webhook events:

  • ACCOUNT_DELETED (async): Account was deleted.

Was this page helpful?