Permanently disable 2FA for a single user, while keeping global enabled

Is it possible to permanently disable 2FA for a specific user, while keeping the 2FA policy globally enabled for other users?

The following rails command doesn’t permanently disable it.

User.where(username: "username_goes_here").each(&:disable_two_factor!)

This is on a self-hosted instance.