_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