For compatibility, a single RPC argument may have multiple names. This is largely unused, because legacy code relying on it isn’t generally using names arguments anyway. Also, it is confusing to see in existing code (https://github.com/bitcoin/bitcoin/issues/29912#issuecomment-2477250414) and makes writing new RPC code harder.
Fix all issues by removing them.
In the future, if such a feature is needed, it would be clearer to implement via -rpcdeprecated=${rpc_name}_${field_old_name}
to toggle between the field names.