deleteAccount

Deletes the account of the currently signed in user. Returns true if it was successful and null if there was an error.

Input fields

password (String!)

Password of the current user to confirm the deletion

Return fields

deleteAccount (Boolean)

Deletes the account of the currently signed in user. Returns true if it was successful and null if there was an error.

Argument Type Description
password String!

Password of the current user to confirm the deletion