cURL
curl --request DELETE \ --url https://api.pathors.com/v1/projects/{projectId}/pathway/nodes/{nodeId} \ --header 'Authorization: <authorization>'
Delete a node and its connected edges
DELETE https://api.pathors.com/v1/projects/{projectId}/pathway/nodes/{nodeId}
{ "message": "Node deleted", "deletedEdges": ["edge-1", "edge-3"] }