Empty a specific table. All records are removed.
DSApi.emptyTable(String className)
or
DSApi.emptyTable(String className, String auditMsg)
className: name of the table
auditMsg: any message
String className = "shared.common.product";
Object res = DSApi.emptyTable(className);