This function deletes time series AND their metainformation from the
database. All meta information in all series will be deleted.
To only edit the original time series use storeTimeSeries
to overwrite existing series.
deleteTimeSeries(series, con, chunksize = 10000,
tbl_main = "timeseries_main", schema = "timeseries")
character name of the timeseries
a PostgreSQL connection object
integer max size of chunk when deleting chunkwise. Defaults to 10000.
character name of the table that contains the main time series catalog. Defaults to 'timeseries_main'.
SQL schema name. Defaults to 'timeseries'.