> ## 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.

# Delete Invoice Line Item

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

<ParamField path="id" type="string">
  The ID of the invoice the line item is associated with.
</ParamField>

<ParamField path="lineItemId" type="string">
  The line item ID to delete.
</ParamField>
