Delete nodes
Use this API to delete one or more nodes from the flow
| Path Parameters |
|---|
flowId string — REQUIRED |
| Request Body — REQUIRED |
|---|
itemIds string[]Non-empty array of node itemIds to delete. |
preserveLinks booleanWhen true, links touching the deleted nodes are preserved (re-bridged) rather than removed. |
deleteChildren booleanWhen true (default), the deletion cascades to child nodes. |
| Responses | ||
|---|---|---|
200OK
|