curl --request DELETE \
--url https://api.yertle.com/orgs/{org_id}/nodes/{node_id}{
"success": true,
"deleted": {},
"message": "<string>"
}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.yertle.com/orgs/{org_id}/nodes/{node_id}{
"success": true,
"deleted": {},
"message": "<string>"
}Documentation Index
Fetch the complete documentation index at: https://docs.yertle.com/llms.txt
Use this file to discover all available pages before exploring further.