Truncate a table.
let removed = table.truncate(tableName);
tableName
let removed = table.truncate("users");