FYI: If you are working in a notebook context, you can easily remove the refresh token file with this python snippet too:
from openeo.rest.auth.config import RefreshTokenStore
RefreshTokenStore().remove()
also see Authentication and Account Management — openEO Python Client 0.15.0a1 documentation