What happens when I delete a folder?
Deleting a folder deletes everything inside it: every document in the subtree, permanently. It refuses to run without explicit confirmation.
An agent should only confirm after telling you in plain terms what is about to be removed. The knowledge base root cannot be deleted or moved.
bash
# Deletes the folder and everything beneath it. There is no undo.
curl -X DELETE https://apiv2.senso.ai/api/v1/org/kb/nodes/$NODE_ID \
-H "X-API-Key: $SENSO_API_KEY"Call it
