Invoice/Line item
Deletes an a line item of an invoice by ID
This deletes an existing Invoice's line item
delete/invoices/{id}/line_items/{line_item_id}
Path parameters
idinteger required
ID of Invoice to delete
line_item_idinteger required
ID of line item to update
Response
Line item deleted
Changes
No recorded changes to this endpoint across all 5 revisions of this API.