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.Documentation Index
Fetch the complete documentation index at: https://developer.worldly.io/llms.txt
Use this file to discover all available pages before exploring further.
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.

