Skip to main content
Glama

didlogic_mcp

delete_sip_account

Removes a specified SIP account from the Didlogic MCP server. Requires the account name as input. Returns confirmation upon successful deletion.

Instructions

Delete a SIP account

Args: name: SIP account name

Returns a SIP Account deleted message on success

Input Schema

NameRequiredDescriptionDefault
nameYesName of SIP account

Input Schema (JSON Schema)

{ "properties": { "name": { "anyOf": [ { "type": "string" }, { "type": "integer" } ], "description": "Name of SIP account", "title": "Name" } }, "required": [ "name" ], "title": "delete_sip_accountArguments", "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/UserAd/didlogic_mcp'

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