Disable MFA
post/auth/v0.1/mfa/disable
Request
Authorization
X-AT
header
apiKey
Body
application/json
emailThe e-mail address of your user account.
string
REQUIRED
passwordThe base64 encoded and encrypted password of your user account.
string
REQUIRED
TOTP code from authenticator app.
object
oneOf
object {}
TOTP code received via e-mail.
object
oneOf
object {}
Response
200MFA successfully disabled.
422Validation error.
Shell cURL
shell
Show schema
json