delete_role: Polished API - Delete a Role

View source: R/api_04_roles.R

delete_roleR Documentation

Polished API - Delete a Role

Description

Polished API - Delete a Role

Usage

delete_role(role_uid, api_key = get_api_key())

Arguments

role_uid

the role uid of the role to be deleted.

api_key

your Polished API key. Set your polished api key using set_api_key() so that you do not need to supply this argument with each function call.

Value

an object of class polished_api_res. When successful, the content of the polished_api_res is list(message = "success"). In the case of an error, the content is list(error = "<error message>").

See Also

get_roles() add_role()


polished documentation built on Feb. 16, 2023, 8:02 p.m.