Invoices
Delete Invoice Line Item
DELETE
/
invoices
/
:id
/
line-items
/
:itemID
Deletes a line item in the invoice. Applies only for manually created line items, rather than those generated by Alguna’s billing engine. This action is not reversible.
Params
id
string
The ID of the invoice the line item is associated with.
lineItemId
string
The line item ID to delete.