Skip to content

Latest commit

 

History

History
38 lines (26 loc) · 667 Bytes

File metadata and controls

38 lines (26 loc) · 667 Bytes

kh project delete

Delete a project

kh project delete <project-id> [flags]

Examples

  # Delete a project (will prompt for confirmation)
  kh p delete abc123

  # Delete without prompting
  kh p delete abc123 --yes

Options

  -h, --help   help for delete

Options inherited from parent commands

  -H, --host string   KeeperHub host (default: app.keeperhub.com)
      --jq string     Filter JSON output with a jq expression
      --json          Output as JSON
      --no-color      Disable color output
  -y, --yes           Skip confirmation prompts

SEE ALSO