curl --request DELETE \
--url https://paradigm-preprod.lighton.ai/api/v3/mcp/{id} \
--header 'Authorization: Bearer <token>'Delete an MCP server. This will remove it from all agents using it.
curl --request DELETE \
--url https://paradigm-preprod.lighton.ai/api/v3/mcp/{id} \
--header 'Authorization: Bearer <token>'