© 2025 Clarivate
DELETE /api/.../invoices/{id}/headercharge/{chargeTypes}
Delete Invoice header charges.
| Name | Type | Required | Description |
|---|---|---|---|
| id | Integer | Yes | The unique id assigned to the Invoice. |
| chargeTypes | List of integers | Yes | List of header charge types to be deleted from the invoice. |
True is returned upon success.
true
| Code | Description |
|---|---|
| 200 | OK. Success |
| 400 | FAILURE. Invalid invoice ID. |