Delete a table from the internal datastore.
let deleted = table.delete(tableName);
tableName
let deleted = table.delete("users");