neo4j_delete
Delete nodes by label and matching properties, with option to detach relationships.
Instructions
Delete nodes matching label + match_properties.
Args: label: Node label to match. match_properties: Properties to identify the node(s). detach: If True, delete node even if it has relationships (DETACH DELETE).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| label | Yes | ||
| detach | No | ||
| match_properties | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |