Logout a user by its username

Keycloak has /auth/realms/<realm>/protocol/openid-connect/logout endpoint that logs out a user using its session cookie(s).

Is it possible to terminate all user sessions by the “username”? The caller has admin access to Keycloak.