Empty a specific table. All records are removed.
DSApi.emptyTable(className)
or
DSApi.emptyTable(className, auditMsg)
className: str name of the table
auditMsg: any message as boolean
className = "shared.common.product"
res = DSApi.emptyTable(className)
A Result object indicating the success or failure of the operation.