cURL
curl --request DELETE \ --url https://api.pathors.com/v1/projects/{projectId}/pathway/edges/{edgeId} \ --header 'Authorization: <authorization>'
Delete an edge
DELETE https://api.pathors.com/v1/projects/{projectId}/pathway/edges/{edgeId}
{ "message": "Edge deleted" }