Deletes a task dependency.

<Check><b>Required Permissions</b>: To delete a task dependency, the user needs to be the assignee of both tasks or have 'ProjectPlanning' permissions in general or in the project the task are related to.</Check>

Authentication

AuthorizationBearer

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

Path parameters

taskDependencyIdstringRequiredformat: "uuid"
The id of the task dependency.

Response

OK