OpenAPI 3.0.0raw.githubusercontent.com2026-08-015891,4406.1 MB

707de00b0616

Delete an invoice item

Deletes an invoice item, removing it from an invoice. Deleting invoice items is only possible when they’re not attached to invoices, or if it’s attached to a draft invoice.

delete/v1/invoiceitems/{invoiceitem}

Path parameters

invoiceitemstring required

Response

Successful response.

deletedtrue required

Always true for a deleted object

idstring required

Unique identifier for the object.

object'invoiceitem' required

String representing the object's type. Objects of the same type share the same value.