DELETE
/
invoices
/
{invoice}
/
line-items
/
{id}

Headers

Authorization
string
required

Your API credentials. Eg. Basic {credentials}.

Sequence-Version
enum<string>

Use this header to select an API version

Available options:
2024-07-30

Path Parameters

invoice
string
required

The Invoice ID

id
string
required

Line Item ID

Response

200 - application/json
externalIds
object[]
required

IDs in external integrations

grossTotal
string
required

Gross total, in decimal format of the Invoice's currency

id
string
required

Line Item ID

index
integer
required

Index (for maintaining order)

invoiceId
string
required

Invoice ID

netTotal
string
required

Net total, in decimal format of the Invoice's currency

quantity
string
required

Quantity

rate
string
required

Price per Item

rateDisplay
enum<string>
required

Determines whether rate is displayed as an absolute value or percentage

Available options:
ABSOLUTE,
PERCENTAGE
taxRate
string
required

Tax Rate

title
string
required

Item Title

totalTax
string
required

Total tax, in decimal format of the Invoice's currency

creditGrantId
string

Credit Grant ID

description
string

Item Description

groupId
string

Line Item Group ID

priceId
string

Price ID

revenueClassification
enum<string>

Revenue classification

Available options:
PREPAYMENT,
EARNED,
BURNDOWN
servicePeriod
object

Service Period

servicePeriodEnd
string

End of the service period (the time period in which the service was provided)

servicePeriodStart
string

Start of the service period (the time period in which the service was provided)