Skip to main content
Glama

Vault MCP Server

vault_delete

Remove secrets from HashiCorp Vault by specifying the storage path to permanently delete sensitive data and maintain security.

Instructions

Delete a secret from Vault at the specified path

Input Schema

NameRequiredDescriptionDefault
pathYesThe path to delete the secret from (e.g., 'secret/data/myapp')

Input Schema (JSON Schema)

{ "properties": { "path": { "description": "The path to delete the secret from (e.g., 'secret/data/myapp')", "type": "string" } }, "required": [ "path" ], "type": "object" }

Other Tools from Vault MCP Server

Related Tools

    MCP directory API

    We provide all the information about MCP servers via our MCP API.

    curl -X GET 'https://glama.ai/api/mcp/v1/servers/kelleyblackmore/vault-mcp'

    If you have feedback or need assistance with the MCP directory API, please join our Discord server