Fix incorrect kv delete page description (#22178)

This commit is contained in:
Nick Cabatoff
2023-08-02 15:35:58 -04:00
committed by GitHub
parent e89bfb3c25
commit 6b31e45317

View File

@@ -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