Skip to content

Disable MFA

POST
/_torii/mfa/disable
curl --request POST \
--url https://your-app.toriiauth.eu/_torii/mfa/disable \
--header 'Content-Type: application/json' \
--data '{ "code": "example" }'

Removes the TOTP factor and recovery codes. Requires a current TOTP code.

Media typeapplication/json
object
code
required
string
Examplegenerated
{
"code": "example"
}

OK

Media typeapplication/json
object
Examplegenerated
{}