I’ve just realized that API call to List Cloudflare Tunnels returns deleted tunnels as well, with "status" : "inactive" set.
In my process I’m planning to delete tunnels quite often. Being unable to find a tunnel by name (only by id), makes me have to pull all of them and filter every time - including inactive ones.