Void invoice
POST/v1/invoices/:id/void
Voids an open invoice (open → void). The reason is recorded in the audit log.
Request
Responses
- 200
- 401
- 403
- 404
- 429
- 500
Invoice voided.
Missing or invalid bearer token.
Token is valid but lacks permission for this operation.
Resource not found in the current organization.
Rate limit exceeded.
Unexpected server error.