Skip to main content
DELETE
/
v1
/
projects
/
{projectId}
/
pathway
/
edges
/
{edgeId}
Delete edge
curl --request DELETE \
  --url https://api.pathors.com/v1/projects/{projectId}/pathway/edges/{edgeId} \
  --header 'Authorization: Bearer <token>'
{
  "message": "<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

edgeId
string
required

The edge ID

Response

OK

message
string
required