Skip to main content

accountDelete Mutation

Remove user account.

Requires the AUTHENTICATED_USERpermission.

Triggers the following webhook events:

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

Arguments

token ● String!

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

Type

AccountDelete

Remove user account.

Requires the AUTHENTICATED_USERpermission.

Triggers the following webhook events:

  • ACCOUNT_DELETED (async): Account was deleted.