cURL
curl --request DELETE \ --url https://app.galaxy.ai/api/v1/workflows/{id}/edges/{edgeId} \ --header 'Authorization: Bearer <token>'
{ "edgeId": "<string>", "source": "<string>", "sourceHandle": "<string>", "target": "<string>", "targetHandle": "<string>" }
Remove a connection (edge) between two nodes by its edge ID.
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Bearer <token>
<token>
Workflow ID
1
Edge ID to remove
Successful response