delete_app {polished} | R 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_name |
an optional app name. One of either |
api_key |
your Polished API key. Set your polished api key using |
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()
[Package polished version 0.8.1 Index]