Skip to main content
DELETE
/
v1
/
projects
/
{projectId}
/
pathway
/
nodes
/
{nodeId}
Delete node
curl --request DELETE \
  --url https://api.pathors.com/v1/projects/{projectId}/pathway/nodes/{nodeId} \
  --header 'Authorization: Bearer <token>'
{
  "message": "<string>",
  "deletedEdges": [
    "<string>"
  ]
}

Authorizations

Authorization
string
header
required

Developer key created from the dashboard (Settings → Developer Keys)

Path Parameters

projectId
string
required

The ID of your project

nodeId
string
required

The node ID

Response

OK

message
string
required
deletedEdges
string[]
required