Skip to main content

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 boolean

When true, links touching the deleted nodes are preserved (re-bridged) rather than removed.

deleteChildren boolean

When true (default), the deletion cascades to child nodes.

Responses
200

OK

Schema OPTIONAL
object