How to revoke an access token?

I can’t find any endpoint responsible for revoking/renewing access tokens other than this one.

After revoking all my listed tokens there, I still could access my apps from flyctl which means that my current access token doesn’t seem to be revoked.

In the access tokens section of the dashboard in Fly.io, I can only see the tokens created by Fly to access the dashboard, and they are all named fly ui. So far I have accumulated 31 tokens. Does this mean that at some point I will accumulate 90000 tokens? It is annoying to have to delete tokens every time I log in.

Also, the tokens generated by Flyctl I don’t know where they are, I can’t revoke them.

I was also puzzled by this. It’s weird the session cookie lasts only one day, yet the tokens are not cleared out after one day.