Disable TOTP

DELETEhttps://app.speybooks.com/api/v1/auth/totp

Disable 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

passwordstringrequired
Account password for confirmation. Required to disable TOTP.

Response

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

Error codes

401Password is incorrect.