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
The ID of the invoice the line item is associated with.
The line item ID to delete.