Authorizations
Basic authentication header of the form Basic <api_key>, where <api_key> is your api key.
Response
default - application/json;charset=UTF-8
default response
The response is of type any.
Deletes an invoice payable line item
curl --request DELETE \
--url https://api.light.inc/v1/invoice-payables/{invoicePayableId}/line-items/{lineItemId} \
--header 'Authorization: <api-key>'"<any>"Basic authentication header of the form Basic <api_key>, where <api_key> is your api key.
default response
The response is of type any.
curl --request DELETE \
--url https://api.light.inc/v1/invoice-payables/{invoicePayableId}/line-items/{lineItemId} \
--header 'Authorization: <api-key>'"<any>"