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