DeleteInvoice
Deletes a draft or scheduled invoice, by ID.
Stored Procedure Specific Information
The DeleteInvoice Stored Procedure requires InvoiceId to delete an invoice.
EXEC DeleteInvoice @InvoiceId = 'INV2-VSCV-SAZK-CMHP-AHGB'
Input
Name | Type | Required | Description |
InvoiceId | String | True | The ID of the draft invoice to delete. |
Result Set Columns
Name | Type | Description |
Success | Boolean | Indicates whether the operation was successful or not. |