Skip to main content
DELETE
/
invoice_line_items
/
{line_item_id}
Delete invoice line item
curl --request DELETE \
  --url https://api.withorb.com/v1/invoice_line_items/{line_item_id} \
  --header 'Authorization: Bearer <token>'
This response does not have an example.

Authorizations

Authorization
string
header
required

API Keys can be issued in the Orb's web application.

Path Parameters

line_item_id
string
required

Response

No Content

I