delete
Deletes one or more nodes.
This modifier allows you to delete nodes by ID.
It supports both a one-liner and list format.
Examples
Can be written as a single line:
delete node_id
Or using a list of IDs:
delete:
- node_id1
- node_id2