Delete a workflow
kh workflow delete <workflow-id> [flags]
# Delete a workflow (will prompt for confirmation)
kh wf delete abc123
# Delete without prompting
kh wf delete abc123 --yes
# Force delete a workflow that has execution history
kh wf delete abc123 --force
--force Force delete even if workflow has execution history
-h, --help help for delete
-y, --yes Skip confirmation prompt
-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
- kh workflow - Manage workflows