deletePendingRegistration
Deletes the current user's pending registration. Optionally delete's the user's auth account in Firebase.
The following errors may be returned: INVALID_STATE Thrown if the user's registration was already finalized or canceled.
deletePendingRegistration(
input: DeletePendingRegistrationInput!
): DeletePendingRegistrationPayload!