Delete a workflow node
Delete a single workflow node.
dryRun: true.
If contacts are queued at the node, Loops returns with "status": "queuedContactsFound" instead of deleting. Retry with queuedContactPolicy: "discard" to delete the node and discard those queued contacts.Authorizations
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Path Parameters
The ID of the workflow.
The ID of the workflow node.
Body
The workflow revision token returned by the latest workflow read or mutation. Mutations reject stale values.
If true, the request will be validated but the workflow will not be modified.
fail returns queued-contact impact instead of mutating. discard confirms that matching queued contacts should be discarded. Defaults to fail when omitted.
fail, discard Response
Delete dry run, queued-contact warning, or deletion result.
- Option 1
- Option 2
dryRun, queuedContactsFound The IDs of the nodes that would be deleted.
The number of queued contacts that would be removed from the workflow due to the node deletion.
Whether the queued contact limit would be reached if the nodes were deleted.

