Delete Sales Order Detail Line¶
Authentication required.
CSRF header required: X-XSRF-TOKEN
Deletes a single line item from a sales order. If this is the last line on the parent SO, the parent SO is also deleted.
Path Parameters¶
| Parameter | Type | Required | Description |
|---|---|---|---|
id |
integer | Yes | Internal line item identifier |
Errors¶
| Status | Code | Description |
|---|---|---|
| 400 | SalesOrderDetails.NotFound |
No detail with this ID |
| 400 | SalesOrderDetails.StillInUse |
Detail referenced by other records |