© 2024 Clarivate
DELETE /api/.../invoices/{id}/lineitems
Delete Invoice line item(s).
Name | Type | Required | Description |
---|---|---|---|
id | Integer | Yes | The unique id assigned to the Invoice. |
lineItems | List of Integers | Yes | List of line items to be deleted from the invoice. |
overridePOLinks | bool | No | Indicator to allow deletion of line items when linked POs exist. |
[
{
8919
},
{
4444
}
]
True is returned upon success.
true
Code | Description |
---|---|
200 | OK. Success |
400 | FAILURE. |