Skip to content

unregister_totp_handler

POST
/api/auth/v1/totp/unregister
curl --request POST \
--url https://example.com/api/auth/v1/totp/unregister \
--header 'Content-Type: application/json' \
--data '{ "totp": "example" }'
Media type application/json
object
totp
required
string
Example generated
{
"totp": "example"
}

TOTP disabled successfully.