workflowy_delete_node
Remove a WorkFlowy node and all its child elements from your outline to maintain organized task management and hierarchical structure.
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": {
"type": "string"
}
},
"required": [
"node_id"
],
"type": "object"
}