Void a pre-settlement
DELETE/v1/pre-settlements/:originInvoiceGroupId/void
Void a pre-settlement, or remove specific invoices from it.
The request body is optional and that is what selects the behaviour: send no body to void the whole group, or send invoice_numbers to detach only those invoices and leave the rest of the group standing.
This is not reversible through the API. Voiding a group does not void the underlying invoices — use PUT /v1/invoices/{invoiceNumber}/void for that.
Request
Responses
- 204
- 400
- 401
- 403
- 404
- 422
- 500
NO CONTENT
Bad Request
Unauthorized
Forbidden
Pre-settlement not found
Validation error
Internal Server Error