Skip to main content

Delete a node

DELETE 

/nodes/:id

Deletes a node by ID. The Postgres cascade removes node_properties, node_lineage_refs, node_aliases, and any edges whose source or target is the node. Node search-index and embedding entries are also purged via the AfterDeleteNode observer (when ObservedGraphRepository is wired). Admin only.

Request

Responses

No content