Skip to main content

accountRequestDeletion

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

Requires AUTHENTICATED_USERpermission.
accountRequestDeletion(
channel: String
redirectUrl: String!
): AccountRequestDeletion

Arguments

accountRequestDeletion.channel ● String scalar

Slug of a channel which will be used to notify users. Optional when only one channel exists.

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.

Requires AUTHENTICATED_USERpermission.

Was this page helpful?