How to log out of Supabase CLI?

I'm having an issue where whenever I use supabase login, it gives me a success message saying "You are now logged in". However, whenever I try to run supabase projects list or supabase link without any env vars set, it gives me an error with { "message": "Unauthorized" }. When I set the SUPABASE_ACCESS_TOKEN env var, it works fine. Anyone know how I can just clear all my local supabase data and start from a blank slate?
Was this page helpful?