Skip to main content
POST
Remove Purchase Orders
Use this endpoint to delete one or more purchase orders from your PIC inventory.
This action is destructive and cannot be undone.

Request body params

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.

Authorizations

x-api-key
string
header
required
x-developer-request-token
string
header
required

Body

application/json

API id based requests (import/remove/sync)

ids
string[]
required

Response

200 - application/json

Ok

successIds
string[]
required
failureIds
string[]
required