db_access_level_delete: Delete a role in access levels table

View source: R/access_levels.R

db_access_level_deleteR Documentation

Delete a role in access levels table

Description

Delete a role in access levels table

Usage

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.

See Also

Other access levels functions: change_access_level, db_access_level_create(), db_access_level_list(), db_access_level_set_default(), db_ts_find_keys()


timeseriesdb documentation built on March 24, 2022, 1:06 a.m.