Skip to content
Torii docs

Disable MFA

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

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

Media type application/json
object
code
required
string
Example generated
{
"code": "example"
}

OK

Media type application/json
object
Example generated
{}