# Remove 2FA settings This function removes the Two-Factor Authentication (2FA) settings for one or more specified user accounts. If you remove the 2FA settings for an account, the user perform the setup procedure again to re-configure 2FA on the account. Endpoint: GET /twofactorauth_remove_user_config Version: 11.134.0.5 Security: BasicAuth ## Query parameters: - `user` (string, required) The account's username. To remove multiple users, increment the parameter name. For example, , , or . ## Response 200 fields (application/json): - `data` (object) - `data.failed` (object) An object that contains the user accounts for which removal failed. - `data.users_modified` (array) An array of the user accounts for which you successfully removed 2FA settings. Example: ["example"] - `metadata` (object) - `metadata.command` (string) The method name called. Example: "twofactorauth_remove_user_config" - `metadata.reason` (string) The reason the API function failed when the field is . This field may display a success message when a function succeeds. Example: "OK" - `metadata.result` (integer) * — Success. * — Failed. Check the field for more details. Enum: 0, 1 - `metadata.version` (integer) The version of the API function. Example: 1