Skip to documentation
Workflow Developer API

Delete Workflow Node

Delete one draft node and optionally reconnect its incoming and outgoing edges.

DELETE/developer/v1/workflows/{definition_id}/nodes/{node_id}

Authorizations

Authorization
stringheaderrequired

Send your GenHealth credential as Bearer <YOUR_API_KEY>. This endpoint requires workflow:write for the authenticated organization.

Headers

Accept
stringheader

Response media type. Use application/json for the current API.

Parameters

definition_idrequired
stringpath

node_idrequired
stringpath

rewire_edges
booleanquery

Default: true

Responses

200Successful Response
WorkflowMutationResponse
successboolean
errorstring | null
error_categorystring | null
retryableboolean | null
definition_idstring | null
version_idstring | null
node_idstring | null
node_namestring | null
422Validation Error
HTTPValidationError
detailarray<ValidationError>