delete_invoice_line_item
Delete a line item from an invoice by providing the invoice ID and item ID, correcting billing errors.
Instructions
Delete a line item from an invoice.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| item_id | Yes | The line item UUID | |
| invoice_id | Yes | The invoice UUID |