kx delete
Deletes one or more indexed resources, confirming each one individually — so declining one doesn’t take the rest with it — unless --yes skips every prompt.
Usage
kx delete [OPTIONS] <index>...Arguments
| Argument | Description |
|---|---|
<index>... | Row number from the current listing; run kx state to see it |
Options
| Option | Description |
|---|---|
-y, --yes | Skip the confirmation prompt |
Global options
| Option | Description |
|---|---|
--no-color | Disable styled output |
-h, --help | Show this message and exit |
Examples
kx delete 3
kx delete 3 5 -y
kx delete 3..5
kx delete 3..