Delete a typed lateral link by id
DELETE/api/projects/:id/tasks/:taskId/links/:linkId
Delete a typed lateral link by id. The link must belong to the route tenant, and the route task must be one of its endpoints — returns 404 otherwise. Since PT-909 a link may span two projects; when the OTHER endpoint is in a different project, the caller must also have access to that project, because deleting a BLOCKS edge changes what is ready there. Unauthorized and absent both return 404.
Request
Responses
- 200
- 401
- 403
- 404
Successful response
Unauthorized — authentication credentials are missing or invalid
Forbidden — requires tasks.update.any permission
Not Found — link does not exist in this tenant, the route task is not one of its endpoints, or the caller cannot access the other endpoint’s project