import Telnyx from 'telnyx';
const client = new Telnyx({
apiKey: 'My API Key',
});
const mcpServer = await client.ai.mcpServers.delete('mcp_server_id');
console.log(mcpServer);{
"detail": [
{
"loc": [
"<string>"
],
"msg": "<string>",
"type": "<string>"
}
]
}Delete a specific MCP server.
import Telnyx from 'telnyx';
const client = new Telnyx({
apiKey: 'My API Key',
});
const mcpServer = await client.ai.mcpServers.delete('mcp_server_id');
console.log(mcpServer);{
"detail": [
{
"loc": [
"<string>"
],
"msg": "<string>",
"type": "<string>"
}
]
}Was this page helpful?