polished (version 0.6.1)

delete_app: 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.

See Also

get_apps() add_app() update_app()