Delete a connection between two nodes
DELETE/api/delete_connection/:project_guid/:workflow_guid/:source_guid/:target_guid
Removes the target node's GUID from the source node's dest_guids
list in the workflow's config on the project's hub, then commits and
propagates the change to every clone.
Request
Responses
- 200
- 404
- 422
Successful Response
Project or workflow not found
Validation Error