Skip to main content
Glama

didlogic_mcp

delete_destination

Remove a destination from a DID number in DIDLogic by specifying the DID number and the destination ID. Returns 'Destination deleted' upon successful execution.

Instructions

Remove destination from DID.

Args: number: DID number in DIDLogic id: destination ID to remove

Returns a Destination deleted on success

Input Schema

NameRequiredDescriptionDefault
idYesDestination ID from list_destinations
numberYesDID Number

Input Schema (JSON Schema)

{ "properties": { "id": { "description": "Destination ID from list_destinations", "title": "Id", "type": "integer" }, "number": { "anyOf": [ { "type": "string" }, { "type": "integer" } ], "description": "DID Number", "title": "Number" } }, "required": [ "number", "id" ], "title": "delete_destinationArguments", "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