>>> $CLI bundle destroy --help
Destroy deployed bundle resources

Usage:
  databricks bundle destroy [flags]

Flags:
      --auto-approve   Skip interactive approvals for deleting resources and files
      --force-lock     Force acquisition of deployment lock.
  -h, --help           help for destroy

Global Flags:
      --debug            enable debug logging
  -o, --output type      output type: text or json (default text)
  -p, --profile string   ~/.databrickscfg profile
  -t, --target string    bundle target to use (if applicable)
      --var strings      set values for variables defined in bundle config. Example: --var="foo=bar"