curl --request DELETE \
--url https://api.example.com/orgs/{org_id}/nodes/{node_id}{
"detail": [
{
"loc": [
"<string>"
],
"msg": "<string>",
"type": "<string>",
"input": "<unknown>",
"ctx": {}
}
]
}Soft delete a node.
Marks the node as deleted in the projection layer so it no longer appears in search results, node lists, or directory trees. All git history (commits, objects, branches) is preserved. The node remains visible in parent canvases that contain it.
curl --request DELETE \
--url https://api.example.com/orgs/{org_id}/nodes/{node_id}{
"detail": [
{
"loc": [
"<string>"
],
"msg": "<string>",
"type": "<string>",
"input": "<unknown>",
"ctx": {}
}
]
}