Skip to main content

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 miscellaneous

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

Type

AccountDelete object users

Remove user account.

Requires AUTHENTICATED_USERpermission.

Triggers the following webhook events:

  • ACCOUNT_DELETED (async): Account was deleted.