Skip to content

Disable TOTP for the authenticated member.

DELETE
/account/security/totp
curl --request DELETE \
--url https://api.siteqwality.com/account/security/totp \
--header 'Authorization: Bearer <token>'

TOTP disabled

Media type application/json
object
ok
required
boolean
Example generated
{
"ok": true
}

Missing or invalid authentication

Endpoint requires a user session

Internal server error

Stytch API call failed