API / Reference / Invoice Payables
Delete invoice payable line item
DELETE
https://api.light.inc/v1/invoice-payables/{invoicePayableId}/line-items/{lineItemId}
Deletes an invoice payable line item
Only while the bill is IN_DRAFT (INVALID_LINE_ITEM_INVOICE_PAYABLE_STATE). Answers 204 with no body.
Authorization
Send one of these on every request. See Authentication for how to get credentials.
- API key
Basic authentication header of the form Basic <api_key>, where <api_key> is your api key.
- Bearer token
Path parameters
-
invoicePayableIdstring · uuidrequired -
lineItemIdstring · uuidrequired
Response
This endpoint returns no content.