Skip to main content
Glama

APISIX-MCP

by api7

delete_secret

Remove a specific secret by its ID from the APISIX-MCP server, supporting secret managers like Vault, AWS, and GCP. Simplify secret management securely.

Instructions

Delete a secret by ID

Input Schema

NameRequiredDescriptionDefault
idYessecret id
managerYessecret manager type

Input Schema (JSON Schema)

{ "$schema": "http://json-schema.org/draft-07/schema#", "additionalProperties": false, "properties": { "id": { "description": "secret id", "type": "string" }, "manager": { "description": "secret manager type", "enum": [ "vault", "aws", "gcp" ], "type": "string" } }, "required": [ "id", "manager" ], "type": "object" }

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/api7/apisix-mcp'

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