removeMfaEmail

client.removeMfaEmail({
  accessToken: string
})

About this command

Remove email for use as a second-factor MFA credential.

Examples

client.removeMfaEmail({
    accessToken: 'eyJ0eXAiOiJKV1QiL...'
})

Parameters

accessToken string

The authorization credential JSON Web Token (JWT) used to access the ReachFive API, less than five minutes old.

Response

Type: Promise<void>