If I destroy the storage using flyctl storage destroy $APP_NAME --yes --app $APP_NAME (which was previously created with flyctl storage create --yes --app $APP_NAME --name $APP_NAME), the access key remains active in the Tigris console. Is there a way to revoke these tokens, either automatically or manually (e.g., via flags)?
We have an automated preview deployment, so we are accumulating many inactive tokens in the console.
Thanks.