Polished API - Delete an App
delete_app(app_uid = NULL, app_name = NULL, api_key = get_api_key())
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>")
.
an optional app uid. One of either app_uid
or
app_name
must be provided.
an optional app name. One of either app_uid
or
app_name
must be provided.
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.
If both app_uid
and app_name
arguments are provided, then
the app_uid
will be used and the app_name
will be ignored.
get_apps()
add_app()
update_app()