adj org delete
Permanently delete your org (admin, interactive only)
Permanently delete the org: all users, catalog, sources, and the audit log. This cannot be undone and requires zero registered clusters (deregister them first with 'adj cluster rm').
This command is interactive only — there is no --yes/-y flag. You will be asked for your password (no-echo) and must type the exact org name to confirm. On success the final audit log is downloaded to ./<org>-audit-final.jsonl before your session is invalidated.
Usage
adj org delete
Global flags
| Flag | Shorthand | Default | Description |
|---|---|---|---|
--context |
— |
config context to use (overrides current-context) | |
--output |
-o | table |
output format: table|json|yaml |
--server |
— |
server base URL (overrides the active context) | |
--token |
— |
access token (overrides the active context) | |
--verbose |
-v | false |
log requests to stderr |