cURL
curl -X DELETE \ /invoice-position-items/{id} \ --header "Authorization: Bearer <token>"
Delete an invoice position item. This is only possible for invoices that are in status draft or new.
invoice:write
Value for the Authorization header parameter.
InvoicePositionItem identifier
InvoicePositionItem resource deleted
Was this page helpful?