Idempotent
Delete invoice
Delete an invoice by its ID.
Path Parameters
- Type: integeridmin:-9007199254740991max:9007199254740991required
Integer numbers.
Headers
- Type: stringx
-corma -idempotency -key min length:1Optional client-generated key. Reusing the same key with an identical request replays the original response instead of enqueueing a duplicate task.
Responses
- Type:200
OK
- Type: integerapplication
Instance Id min:-9007199254740991max:9007199254740991nullablerequiredThe application instance this invoice is attributed to, or null when it is not mapped yet.
- Type: stringFormat: date-timecreated
At requiredThe timestamp of when this resource was created. ISO 8601 format.
- Type: stringnullablecurrencyrequired
- Type: stringFormat: date-timenullabledaterequired
the date-time notation as defined by RFC 3339, section 5.6, for example, 2017-07-21T17:32:28Z
- Type: integeridmin:-9007199254740991max:9007199254740991required
Integer numbers.
- Type: stringnullableinvoice
Number required - Type: stringnullablenormalized
Total Amount requiredThe invoiced amount, converted to the workspace currency.
- Type: stringnullablesourcerequired
The system the invoice came from. Invoices created through this API report
api. - Type: stringsupplier
Name required - Type: stringnullabletotal
Amount requiredThe amount the supplier invoiced. This is spend, not the cost a contract declares.
- Type: stringFormat: date-timeupdated
At requiredThe timestamp of the last update to this resource. ISO 8601 format.
HeadersHeaders: 1application/json
delete/invoices/{id}
{
"id": -9007199254740991,
"applicationInstanceId": -9007199254740991,
"supplierName": "string",
"currency": "string",
"totalAmount": "string",
"normalizedTotalAmount": "string",
"date": "2026-09-21T16:56:06.427Z",
"invoiceNumber": "string",
"source": "string",
"createdAt": "2026-09-21T16:56:06.427Z",
"updatedAt": "2026-09-21T16:56:06.427Z"
}