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.
Confirmed deletion responses include the simplified workflow after the node is removed.Authorizations
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Path Parameters
The ID of the workflow.
"clw1a3b5c7d9e1f3g5h7i9j1"
The ID of the workflow node.
"cln8p0q2r4s6t8u0v2w4x6z8"
Body
The workflow revision token returned by the latest workflow read or mutation. Older workflows may return null before their first revision-aware mutation; pass null back as expectedRevisionId in that case. If the token is stale, the API returns a 409 Conflict error.
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. Confirmed deletion responses include the simplified workflow after the node is removed.
Related topics
Delete workflow nodes recursivelyAPI IntroductionWorkflowsUpdate a workflow nodeCreate a workflow node
