Skip to main content
Version: v1.0.0(int)

E136: Remove item from work order

DELETE /api/work-order-items/:id

Removes an output line. Its BOM-input snapshot cascade-deletes (L1 FK), and the line's active ledger events are reversed first so nothing strands.

Authentication

Standard tenant route. Requires Authorization: Bearer <firebase-id-token> and X-Org-Id: <org-id>. Access: Member.

Response — 200 OK

{ "deletedId": "uuid" }

Errors

HTTPcodeCondition
404not_foundNo such WO item.
409conflictA receipt exists against the WO — items are locked.

Workflow

Calls W136 Remove item from work order.