cURL
curl --request DELETE \ --url https://app.galaxy.ai/api/v1/workflows/{id}/nodes/{nodeId} \ --header 'Authorization: Bearer <token>'
{ "nodeId": "<string>", "type": "<string>", "removedEdges": [ "<string>" ] }
Remove a node and all its connected edges. Cannot delete scaffold nodes (Request, Response).
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Bearer <token>
<token>
Workflow ID
1
Node ID to delete
Successful response