Skip to main content

AccountRequestDeletion

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

Requires AUTHENTICATED_USERpermission.
type AccountRequestDeletion {
accountErrors: [AccountError!]! @deprecated
errors: [AccountError!]!
}

Fields

AccountRequestDeletion.accountErrors ● [AccountError!]! deprecated non-null object

DEPRECATED

This field will be removed in Saleor 4.0. Use errors field instead.

AccountRequestDeletion.errors ● [AccountError!]! non-null object

Returned by

accountRequestDeletion mutation


Was this page helpful?