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