latestOpenAPI 3.0.32026-08-227451,2751.8 MB
d0fc0114da66
KnowledgeGraph
Delete a knowledge graph node
Deletes a knowledge graph node. soft_delete=true (default) sets status=ARCHIVED. soft_delete=false hard-deletes the row and cascades to all incoming and outgoing edges and external refs in the same Spanner transaction.
delete/knowledgeGraph/nodes/{node_id}
Path parameters
node_idstring required
The ID of the node to delete
Query parameters
workspace_idstring required
The workspace ID (required for auth scope)
application_idstring
The application ID (required for auth scope)
soft_deleteboolean
If true (default), archives the node. If false, hard-deletes with cascade.
Response
Successfully archived (soft_delete=true)