Disable TOTP
DELETE
https://app.speybooks.com/api/v1/auth/totpDisable TOTP for the authenticated user. The account password is required for confirmation. The stored secret is cleared and future logins no longer require a code. Existing tokens are not revoked by this action.
Body parameters
passwordstringrequiredAccount password for confirmation. Required to disable TOTP.
Response
200TOTP disabled. Future logins will not require a code.
Error codes
401Password is incorrect.