_delete
Delete an Invoice.
Parameters
id
The ID of the Invoice to be deleted.
Example
FM_api('Invoice_delete', ['id' => '10']);
Result
On Success
{"ok":1}
Last updated
Delete an Invoice.
The ID of the Invoice to be deleted.
FM_api('Invoice_delete', ['id' => '10']);
{"ok":1}
Last updated