delete_app: Polished API - Delete an App

View source: R/api_01_apps.R

delete_appR Documentation

Polished API - Delete an App

Description

Polished API - Delete an App

Usage

delete_app(app_uid = NULL, app_name = NULL, api_key = get_api_key())

Arguments

app_uid

an optional app uid. One of either app_uid or app_name must be provided.

app_name

an optional app name. One of either app_uid or app_name must be provided.

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.

Details

If both app_uid and app_name arguments are provided, then the app_uid will be used and the app_name will be ignored.

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_apps() add_app() update_app()


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