void_invoice
Void an issued invoice (reason required): releases source hours back to Approved and retains the immutable void record. IRREVERSIBLE. Call once with no token to preview; re-call with the returned confirm_token and an idempotency_key to commit.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| reason | Yes | Required reason for voiding (recorded in the audit trail). | |
| invoice_id | Yes | Id of the issued invoice to void. | |
| confirm_token | No | Token returned by the preview (call this tool once with no token to get it). Required to commit; expires in ~10 minutes. | |
| idempotency_key | No | Required when committing (confirm_token present): retrying with the same key returns the original result instead of acting twice. |