workflowy_delete_node
Remove a node and all its child elements from your WorkFlowy outline to declutter your workspace and maintain organized task hierarchies.
Instructions
Delete a WorkFlowy node and all its children
Input Schema
Name | Required | Description | Default |
---|---|---|---|
node_id | Yes |
Input Schema (JSON Schema)
{
"properties": {
"node_id": {
"title": "Node Id",
"type": "string"
}
},
"required": [
"node_id"
],
"type": "object"
}