curl --request DELETE \
--url https://{controlPlaneURL}/api/svc/v1/mcp-servers/{id} \
--header 'Authorization: Bearer <token>'Deletes an MCP server by its ID.
curl --request DELETE \
--url https://{controlPlaneURL}/api/svc/v1/mcp-servers/{id} \
--header 'Authorization: Bearer <token>'Was this page helpful?