Skip to main content
DELETE
/
v1
/
workflows
/
{id}
/
nodes
/
{nodeId}
Delete a node from a workflow
curl --request DELETE \
  --url https://app.galaxy.ai/api/v1/workflows/{id}/nodes/{nodeId} \
  --header 'Authorization: Bearer <token>'
{
  "nodeId": "<string>",
  "type": "<string>",
  "removedEdges": [
    "<string>"
  ]
}

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Path Parameters

id
string
required

Workflow ID

Minimum string length: 1
nodeId
string
required

Node ID to delete

Minimum string length: 1

Response

Successful response

nodeId
string
required
type
string
required
removedEdges
string[]
required