curl --request DELETE \
--url https://dev.seqhq.io/api/invoices/{invoice}/line-item-groups/{id} \
--header 'Authorization: <authorization>'{
"id": "4639a112-f821-4bc1-bc2d-6f9ece5b7c0f",
"invoiceId": "cd11218d-fa00-4faa-8684-a43113d076a8",
"title": "Users",
"description": "Charges for users",
"index": 2,
"netTotal": "51.20",
"totalTax": "2.50",
"grossTotal": "101.23",
"taxCategory": {
"id": "28227c88-6dba-455f-9b30-b9c76957e610",
"name": "VAT"
}
}Delete a Line Item Group
curl --request DELETE \
--url https://dev.seqhq.io/api/invoices/{invoice}/line-item-groups/{id} \
--header 'Authorization: <authorization>'{
"id": "4639a112-f821-4bc1-bc2d-6f9ece5b7c0f",
"invoiceId": "cd11218d-fa00-4faa-8684-a43113d076a8",
"title": "Users",
"description": "Charges for users",
"index": 2,
"netTotal": "51.20",
"totalTax": "2.50",
"grossTotal": "101.23",
"taxCategory": {
"id": "28227c88-6dba-455f-9b30-b9c76957e610",
"name": "VAT"
}
}Your API credentials. Eg. Basic {credentials}.
Use this header to select an API version
2024-07-30 OK
Line Item Group ID
"4639a112-f821-4bc1-bc2d-6f9ece5b7c0f"
Invoice ID
"cd11218d-fa00-4faa-8684-a43113d076a8"
Line Item Group Title
"Users"
Index (for maintaining order)
2
Net total, in decimal format of the Invoice's currency
"51.20"
Total tax, in decimal format of the Invoice's currency
"2.50"
Gross total, in decimal format of the Invoice's currency
"101.23"
Line Item Group Description
"Charges for users"
The tax category for all line items in this line item group
Show child attributes
{
"id": "28227c88-6dba-455f-9b30-b9c76957e610",
"name": "VAT"
}