siigo_delete_invoice
Remove invoices from the Siigo accounting system by providing the invoice ID to maintain accurate financial records.
Instructions
Delete an invoice
Input Schema
Name | Required | Description | Default |
---|---|---|---|
id | Yes | Invoice ID |
Input Schema (JSON Schema)
{
"properties": {
"id": {
"description": "Invoice ID",
"type": "string"
}
},
"required": [
"id"
],
"type": "object"
}