APISIX-MCP

Official
by api7

delete_credential

Remove a specific credential associated with a consumer in the APISIX-MCP server by providing the credential ID and consumer username.

Instructions

Delete a credential for a consumer

Input Schema

NameRequiredDescriptionDefault
idYescredential id
usernameYesconsumer username

Input Schema (JSON Schema)

{ "$schema": "http://json-schema.org/draft-07/schema#", "additionalProperties": false, "properties": { "id": { "description": "credential id", "type": "string" }, "username": { "description": "consumer username", "type": "string" } }, "required": [ "username", "id" ], "type": "object" }
ID: s62o271u37