Skip to main content
Glama

APISIX-MCP

by api7

delete_resource

Remove a specific resource by ID from the APISIX-MCP server. Specify the resource type (e.g., routes, services) and ID to delete it efficiently.

Instructions

Delete a resource by ID

Input Schema

NameRequiredDescriptionDefault
idYesresource id
typeYesresource type

Input Schema (JSON Schema)

{ "$schema": "http://json-schema.org/draft-07/schema#", "additionalProperties": false, "properties": { "id": { "description": "resource id", "type": "string" }, "type": { "description": "resource type", "enum": [ "routes", "services", "upstreams", "consumers", "ssls", "consumer_groups", "plugin_configs", "global_rules", "stream_routes", "protos", "plugin_configs" ], "type": "string" } }, "required": [ "id", "type" ], "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