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