invoices_delete
Permanently delete a draft invoice by UUID. Only draft-status invoices can be removed through this irreversible action; use cancel for issued invoices instead.
Instructions
Permanently delete a draft invoice. Only invoices with status "draft" can be deleted. This action is irreversible. For issued invoices, use invoices_cancel instead.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| uuid | Yes | Invoice UUID to delete | |
| companyId | No | Company UUID override (uses active company if not set) |