remove_api
Delete a specific API configuration by name from the OpenAPI MCP Proxy server to manage and streamline API schema storage effectively.
Instructions
Remove a saved API configuration
Input Schema
Name | Required | Description | Default |
---|---|---|---|
name | Yes | Name of the API to remove |
Input Schema (JSON Schema)
{
"properties": {
"name": {
"description": "Name of the API to remove",
"type": "string"
}
},
"required": [
"name"
],
"type": "object"
}