Unlink a work item from a milestone
DELETE/project-management/api/v1/milestones/:milestoneId/work-items/:workItemId
Removes the link between a work item and a milestone. Does not delete the work item itself. Idempotent — if the link does not exist, returns success.
Request
Responses
- 204
- 401
- 403
- 404
No Content
Unauthorized
Forbidden
Not Found