invoices_delete
Permanently delete an invoice after user confirmation. Requires invoice ID and explicit confirmation to avoid accidental removal.
Instructions
DELETE an invoice permanently. The user MUST confirm.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| id | Yes | Invoice ID | |
| confirmed | Yes | Must be true to confirm deletion |