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 project and tenant — returns 404 otherwise.
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 project/tenant