Skip to main content
DELETE
/
v1
/
purchase-orders
/
{purchaseOrderId}
/
lines
/
{lineId}
Delete purchase order line
curl --request DELETE \
  --url https://api.light.inc/v1/purchase-orders/{purchaseOrderId}/lines/{lineId} \
  --header 'Authorization: <api-key>'
"<any>"

Authorizations

Authorization
string
header
required

Basic authentication header of the form Basic <api_key>, where <api_key> is your api key.

Path Parameters

purchaseOrderId
string<uuid>
required
lineId
string<uuid>
required

Response

default - application/json;charset=UTF-8

default response

The response is of type any.

I