kosh delete
Permanently delete a credential from the active profile's vault by its numeric ID.
Delete a credential from the active profile’s vault, identified by its numeric ID.
kosh delete <id>Arguments: exactly one — the numeric ID from kosh list.
Process
Section titled “Process”- The master password is verified.
- The exact credential to be deleted is shown.
- A caution block is printed.
- You must type the confirmation phrase
delete <label> <user>.
- Deletion is permanent. The vault is opened with
secure_deleteenabled, so the row is overwritten on disk; there is no undo and no trash to restore from. - Anything other than the exact confirmation phrase cancels the operation.
Examples
Section titled “Examples”kosh delete 3
kosh list -l githubkosh delete 7See also
Section titled “See also”- Managing Credentials — the guide
kosh profile delete— delete a whole vault