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
- 204
- 401
- 403
- 404
- 500
No content
Unauthorized
Forbidden
Node not found
Internal server error