© 2024 Clarivate
DELETE /api/.../invoices/{id}
Delete Invoice.
Name | Type | Required | Description |
---|---|---|---|
id | Integer | Yes | The unique id assigned to the Invoice. |
overridePOLinks | bool | No | Indicator to allow deletion of Invoice when linked POs exist. |
True is returned upon success.
true
Code | Description |
---|---|
200 | OK. Success |
400 | FAILURE. |