Authorizations
API Keys can be issued in the Orb's web application.
Path Parameters
Response
No Content
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.
This endpoint deletes an invoice line item from a draft invoice.
This endpoint only allows deletion of one-off line items (not subscription-based line items). The invoice must be in a draft status for this operation to succeed.
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.
API Keys can be issued in the Orb's web application.
No Content
Was this page helpful?