Skip to main content
Glama

connector-call-delete

Remove connector calls from the Simplifier Low Code Platform by specifying the connector name and call name to delete.

Instructions

Delete a Connector call

Input Schema

NameRequiredDescriptionDefault
connectorNameYesName of the Connector to modify
callNameYesName of the connector call to delete

Input Schema (JSON Schema)

{ "properties": { "callName": { "description": "Name of the connector call to delete", "type": "string" }, "connectorName": { "description": "Name of the Connector to modify", "type": "string" } }, "required": [ "connectorName", "callName" ], "type": "object" }

Latest Blog Posts

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/SimplifierIO/simplifier-mcp'

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