mirror of
https://github.com/hashicorp/vault.git
synced 2026-05-28 04:10:44 -04:00
Fix kv destroy command (#7461)
This commit is contained in:
parent
f843c09dd1
commit
c28be19f81
1 changed files with 1 additions and 1 deletions
|
|
@ -13,7 +13,7 @@ description: |-
|
|||
~> **NOTE:** This is a [K/V Version 2](/docs/secrets/kv/kv-v2.html) secrets
|
||||
engine command, and not available for Version 1.
|
||||
|
||||
The `secrets enable` command permanently removes the specified versions' data
|
||||
The `kv destroy` command permanently removes the specified versions' data
|
||||
from the key/value secrets engine. If no key exists at the path, no action is
|
||||
taken.
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue