billy_delete_invoice
Delete a draft invoice from Billy accounting. Requires explicit confirmation; approved or paid invoices cannot be deleted.
Instructions
Delete a draft invoice. WRITE — requires confirm:true. Approved/paid invoices cannot be deleted.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| id | Yes | ||
| confirm | No | REQUIRED to execute. Pass true to actually run the mutation. Without it, this tool returns a dry-run preview of what would happen — explicit second call with confirm:true is needed to write. |