Skip to main content
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>'

Documentation Index

Fetch the complete documentation index at: https://alguna.com/docs/llms.txt

Use this file to discover all available pages before exploring further.

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.