In this example we delete the usage data for Class called “TaxReport” of the current user.
SysLastValue sysLastValue;
delete_from sysLastValue
where sysLastValue.RecordType == UtilElementType::Class
&& sysLastValue.userId == curUserId()
&& sysLastValue.elementName == 'TaxReport';