DELETE
stripe_invoice_items_delete.py
Documentation Index
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
Remove an invoice line, while it is unattached or its invoice is a draft.
from charter.packs import stripe
result = await stripe.invoice_items_delete.ainvoke({"invoiceitem": ...})
| Field | Type | Description |
|---|---|---|
invoiceitem * | string | The ID of the invoice line to delete. |
Was this page helpful?