cURL
curl --request DELETE \ --url https://api.justpaid.io/api/v1/invoice/{invoice_uuid}/line-items/{line_item_uuid} \ --header 'Authorization: Bearer <token>'
{}
Deletes a line item from an invoice.
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Bearer <token>
<token>
Line item deleted successfully
Was this page helpful?