Remove tenant manifests, unregister from kustomization.yaml, and optionally delete the tenant Git repository.
ksail tenant delete <tenant-name> [flags]
--delete-repo Also delete the tenant Git repository
-f, --force Skip all confirmation prompts
--git-provider string Git provider (required with --delete-repo)
--git-repo string Tenant repo as owner/repo-name (required with --delete-repo)
--git-token string Git provider API token
--kustomization-path string Path to kustomization.yaml
-o, --output string Directory containing tenant manifests (default ".")
--unregister Remove tenant from kustomization.yaml (default true)
--benchmark Show per-activity benchmark output
--config string Path to config file (default: ksail.yaml found via directory traversal)