How to release all environments

Is there a way to release all environments? I have 92 shares that are meant to be ephemeral (I'm running them in flyte pods) and I think I ran into the limit trying to enable. I don't really want to go through all of them and delete through the GUI.

When running zrok enable ****:

⡿  the zrok service returned an error: [POST /enable][401] enableUnauthorized

there was a problem enabling your environment!

you are trying to use the zrok service at: https://api-v1.zrok.io

you can change your zrok service endpoint using this command:

$ zrok config set apiEndpoint <newEndpoint>

(where newEndpoint is something like: https://some.zrok.io)

Unfortunately there isn't a "delete all environments" API call. The only alternative is to either click through it through the UI, or call the API endpoint using a script.