siigo_delete_payment_receipt
Remove a payment receipt from the Siigo accounting system by providing its unique ID to maintain accurate financial records.
Instructions
Delete a payment receipt
Input Schema
Name | Required | Description | Default |
---|---|---|---|
id | Yes | Payment receipt ID |
Input Schema (JSON Schema)
{
"properties": {
"id": {
"description": "Payment receipt ID",
"type": "string"
}
},
"required": [
"id"
],
"type": "object"
}