DELETE
/
invoices
/
{id}
/
line-items
/
{itemID}
Delete Invoice Line Item
curl --request DELETE \
  --url https://api.alguna.io/invoices/{id}/line-items/{itemID} \
  --header 'Authorization: Bearer <token>'
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.