Invoices
Delete an invoice line item
Removes a line item from an invoice. The invoice must not yet be finalized.
DELETE
Delete an invoice line item
Authorizations
API key authentication. Pass your API key as a Bearer token.
Headers
Available options:
2026-04-01 A unique string used to ensure the request is processed exactly once. If you retry a request with the same idempotency key within 24 hours, the original response is returned without re-executing the operation.
Maximum string length:
255Example:
"ik_a1b2c3d4e5f6"
Path Parameters
Unique identifier for the invoice
Unique identifier for the line-item
Response
No Content
Previous
Update an invoice line itemPatches an existing invoice line item. Only the fields provided in the request body are modified.
Next
Delete an invoice line item