Scroll to navigation

KDB-RM(1) KDB-RM(1)

NAME

kdb-rm - Remove key(s) from the key database

SYNOPSIS

kdb rm <path>

Where path is the path of the key(s) you want to remove. Note that when using the -r flag, path as well as all of the keys below it will be removed.

DESCRIPTION

This command removes key(s) from the Key database.

OPTIONS

Show the man page.
Print version info.
Work in a recursive mode.

EXAMPLES

To remove a multiple keys:
kdb rm -r user/example

To remove a single key:
kdb rm user/example/key1

2015-11-19