Remove Purchase Orders
Purchase Orders
Delete Purchase Orders
POST
Remove Purchase Orders
Use this endpoint to delete one or more purchase orders from your PIC inventory.
Request body params
| Name | Type | Description |
|---|---|---|
ids | Array<string> | [REQUIRED] An array of purchase order IDs to delete. |
Implementation Details
- Bulk operation: You can delete multiple purchase orders in a single request.
- Response format: Returns
{ successIds: string[], failureIds: string[] }indicating which deletions succeeded and which failed.

