From 6b31e4531734b1a4e5735381bb7efd74ef548ca1 Mon Sep 17 00:00:00 2001 From: Nick Cabatoff Date: Wed, 2 Aug 2023 15:35:58 -0400 Subject: [PATCH] Fix incorrect kv delete page description (#22178) --- website/content/docs/commands/kv/delete.mdx | 12 +++++------- 1 file changed, 5 insertions(+), 7 deletions(-) diff --git a/website/content/docs/commands/kv/delete.mdx b/website/content/docs/commands/kv/delete.mdx index eb6ebd65ce32..a43e1e1056f8 100644 --- a/website/content/docs/commands/kv/delete.mdx +++ b/website/content/docs/commands/kv/delete.mdx @@ -2,9 +2,7 @@ layout: docs page_title: kv delete - Command description: |- - The "kv delete" command disables a secrets engine at a given PATH. The - argument corresponds to the enabled PATH of the engine, not the TYPE! All - secrets created by this engine are revoked and its Vault data is removed. + The "kv delete" command deletes the data for the provided path in the key/value secrets engine. --- # kv delete @@ -37,10 +35,10 @@ included on all commands. ### Command options -- `-mount` `(string: "")` - Specifies the path where the KV backend is mounted. - If specified, the next argument will be interpreted as the secret path. If - this flag is not specified, the next argument will be interpreted as the - combined mount path and secret path, with /data/ automatically inserted for +- `-mount` `(string: "")` - Specifies the path where the KV backend is mounted. + If specified, the next argument will be interpreted as the secret path. If + this flag is not specified, the next argument will be interpreted as the + combined mount path and secret path, with /data/ automatically inserted for KV v2 secrets. - `-versions` `([]int: )` - The versions to be deleted. The versioned