APISIX-MCP

Official
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" }
ID: s62o271u37