Skip to main content
DELETE
/
admin
/
secrets
/
kv
Error
A valid request URL is required to generate request examples
{
  "ok": true,
  "path": "<string>",
  "key": "<string>"
}

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Body

application/json
path
string
required

Vault path (e.g. secret/shared/database)

key
string
required

Secret key name to delete

Response

Secret deleted

ok
boolean
path
string
key
string