Start here. This is the direct spoken answer to practice first.
Why this question matters
Removing a token from the UI does not end a server-recognized session. Logout and device revocation must invalidate the refresh credential or session record that could otherwise mint new access tokens.
Logout should revoke the server-side session or refresh token, not only remove a token from the browser. If access tokens are short-lived, they may remain valid briefly, but the user cannot refresh them after logout. Device revocation works similarly: mark that device/session as revoked so future refresh attempts fail.