I am attempting to delete an organization but getting the error:
Cannot delete an organization that still contains domains
flyctl domains list [my org]
Shows the domain, but I do not see an option to delete it.
>flyctl domains -h
Command "domains" is deprecated, `fly domains` will be removed in a future release
Manage domains Notice: this feature is deprecated and no longer supported. You can still view existing domains, but
registration is no longer possible.
Usage:
fly domains [command]
Available Commands:
disable Add a domain
list List domains
show Show domain
Note that disable
has the help text of Add a domain
which seems like a bug.
How can I delete the domain and then the org?