Successful Response
Validation Error
curl -i -X DELETE \ 'https://dev-api.shipwell.com/purchase-orders/{order_id}/items/{order_item_id}' \ -H 'Authorization: YOUR_API_KEY_HERE'
{- "errors": [
- {
- "title": "string",
- "status": "string",
- "code": "string",
- "detail": "string",
- "source": {
- "parameter": "string",
- "pointer": "string"
}, - "meta": null
}
]
}