Skip to main content
DELETE
/
api
/
v1
/
invoice
/
{invoice_uuid}
/
line-items
/
{line_item_uuid}
Line Item Delete Api
curl --request DELETE \
  --url https://api.justpaid.io/api/v1/invoice/{invoice_uuid}/line-items/{line_item_uuid} \
  --header 'Authorization: Bearer <token>'
This response does not have an example.

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Path Parameters

invoice_uuid
string
required
line_item_uuid
string
required

Response

Line item deleted successfully