_delete
Delete a Stock Catergory.
Parameters
id
The ID of the Stock Category to delete.
Example
FM_api('StockCategory_delete', ['id' => '3']);
Result
On Success
{"ok":1,"pid":"0"}
Last updated
Delete a Stock Catergory.
The ID of the Stock Category to delete.
FM_api('StockCategory_delete', ['id' => '3']);
{"ok":1,"pid":"0"}
Last updated