Delete a role in access levels table

db_access_level_delete(con, access_level, schema = "timeseries")

Arguments

con

RPostgres connection object.

access_level

character describing the access level of the time series or dataset.

schema

character name of the database schema. Defaults to 'timeseries'

Value

returns a list containing the parsed JSON status feedback from the DB.