Delete a role in access levels table
db_access_level_delete(con, access_level, schema = "timeseries")
RPostgres connection object.
character describing the access level of the time series or dataset.
character name of the database schema. Defaults to 'timeseries'
returns a list containing the parsed JSON status feedback from the DB.
Other access levels functions:
change_access_level
,
db_access_level_create()
,
db_access_level_list()
,
db_access_level_set_default()
,
db_ts_find_keys()