remove_node_type
mutationSince v1.0Remove a node type from the metamodel. Also cascades to remove all M1 instances of that type and their relationships. Applied immediately. Use with caution — cannot be undone via MCP.
Example Request
{"node_type": "LegacyComponent"}Example Response
{"success": true, "operation_count": 5, "versions": [47, 48, 49, 50, 51]}