Skip to main content
DELETE
/
task-relation
/
{id}
Delete Task Relation
curl --request DELETE \
  --url https://cloud.kaneo.app/api/task-relation/{id} \
  --header 'Authorization: Bearer <token>'
{
  "id": "<string>",
  "sourceTaskId": "<string>",
  "targetTaskId": "<string>",
  "relationType": "<string>",
  "createdAt": "2023-11-07T05:31:56Z"
}

Authorizations

Authorization
string
header
required

Bearer token authentication

Path Parameters

id
string
required

Response

200 - application/json

Task relation deleted successfully

id
string
required
sourceTaskId
string
required
targetTaskId
string
required
relationType
string
required
createdAt
string<date-time>
required