kh tag delete
Delete a tag
kh tag delete <tag-id> [flags]Examples
# Delete a tag (will prompt for confirmation)
kh t delete abc123
# Delete without prompting
kh t delete abc123 --yesOptions
-h, --help help for deleteOptions 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 promptsSEE ALSO
- kh tag - Manage tags