Skip to main content

accountRequestDeletion

Sends an email with the account removal link for the logged-in user.

accountRequestDeletion(
redirectUrl: String!
): AccountRequestDeletion

Arguments

accountRequestDeletion.redirectUrl ● String! non-null scalar

URL of a view where users should be redirected to delete their account. URL in RFC 1808 format.

Type

AccountRequestDeletion object

Sends an email with the account removal link for the logged-in user.

Was this page helpful?