feat: add organization delete command to cli by rowansmithau · Pull Request #21940 · coder/coder
Documentation Check
Updates Needed
-
docs/admin/users/organizations.md- Add section explaining how to delete organizations using the new CLI command. The doc currently covers creating organizations and managing them, but doesn't mention deletion. Should include:- When/why you might delete an organization
- Important prerequisite: All resources must be removed first (workspaces, templates, members, groups, provisioner keys)
- CLI command usage:
coder organizations delete <name> - Note that the default organization cannot be deleted
- Consider adding a callout warning about the deletion being permanent
Automated review via Coder Tasks