Disable TOTP

DELETE https://app.speybooks.com/api/v1/auth/totp

Disable TOTP two-factor authentication. Requires the user's password for confirmation. Clears the stored TOTP secret.

Body parameters

password string required
Account password for confirmation. Required to disable TOTP.

Response

200 TOTP disabled. Future logins will not require a code.

Error codes

401 Password is incorrect.