DELETE
/
ext
/
v1
/
purchase-orders
/
{purchaseOrderId}
/
lines
/
{lineId}
Deletes purchase order line
curl --request DELETE \
  --url https://api.light.inc/rest/ext/v1/purchase-orders/{purchaseOrderId}/lines/{lineId}
"<any>"

Path Parameters

purchaseOrderId
string
required
lineId
string
required

Response

default - application/json;charset=UTF-8

default response

The response is of type any.