Disable TOTP
DELETE
https://app.speybooks.com/api/v1/auth/totpDisable TOTP two-factor authentication. Requires the user's password for confirmation. Clears the stored TOTP secret.
Body parameters
password string requiredAccount password for confirmation. Required to disable TOTP.
Response
200 TOTP disabled. Future logins will not require a code.
Error codes
401 Password is incorrect.