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

E152: Remove item from sales order

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

Drops a line from an SO. Unknown ids return 404 not_found. Triggered from Sales Order Detail items section.

Authentication

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

Request

No body.

Response — 200 OK

{ "deletedId": "uuid" }

Echo of the deleted item's id.

Errors

HTTPcodeCondition
404not_foundNo such item.

Workflow

Calls W152 Remove item from sales order.