v51

latestSwagger 2.0AGPL-3.0-or-laterraw.githubusercontent.com2026-08-0116998415.7 KB
user

Disable totp settings

Disables any totp settings for the current user.

post/user/settings/totp/disable

Request body

long_tokenboolean

If true, the token returned will be valid a lot longer than default. Useful for "remember me" style logins.

passwordstring

The password for the user.

totp_passcodestring

The totp passcode of a user. Only needs to be provided when enabled.

usernamestring

The username used to log in.

Response

Successfully disabled

messagestring

A standard message.