Skip to main content
DELETE
/
v1
/
invoices
/
{invoiceId}
/
line-item-groups
/
{lineItemGroupId}
Delete invoice line item group
curl --request DELETE \
  --url https://api.useaira.com/v1/invoices/{invoiceId}/line-item-groups/{lineItemGroupId} \
  --header 'X-API-KEY: <api-key>'
{}

Documentation Index

Fetch the complete documentation index at: https://docs.useaira.com/llms.txt

Use this file to discover all available pages before exploring further.

Authorizations

X-API-KEY
string
header
required

API Key Authentication.

Path Parameters

invoiceId
string<uuid>
required
lineItemGroupId
string<uuid>
required

Response

The request was successfully processed.

The response is of type object.