© 2025 Clarivate
DELETE /api/.../polineitems/{id}/segments
Delete POLI Segments.
| Name | Type | Required | Description |
|---|---|---|---|
| id | Integer | Yes | The unique id assigned to the purchase order line item. |
A JSON array of purchase order line item segment identifiers represented as numbers.
| Property | Type | Nullable | Description |
|---|---|---|---|
| POLineItemSegmentID | Integer | No | POLI segment identifier. |
[843874, 843627, 843628, 843629, 843630, 843631, 843876, 843875, 843632]
True is returned upon success.
true
| Code | Description |
|---|---|
| 200 | OK. Success |
| 400 |
FAILURE.
|
| 404 |
FAILURE.
|
Permission IDs found here.
CR_AccessAcquisitions_Allow (),
CR_PurchaseOrders_Access (based on owner ID),
CR_PurchaseOrders_Delete (0)
Similar to staff client, additional permission CR_PurchaseOrders_DeleteCancelledOrder (0) was checked for single segment deletion.