Skip to content

Delete App Bundle

appfabric_delete_app_bundle R Documentation

Deletes an app bundle

Description

Deletes an app bundle. You must delete all associated app authorizations before you can delete an app bundle.

Usage

appfabric_delete_app_bundle(appBundleIdentifier)

Arguments

appBundleIdentifier

[required] The ID or Amazon Resource Name (ARN) of the app bundle that needs to be deleted.

Value

An empty list.

Request syntax

svc$delete_app_bundle(
  appBundleIdentifier = "string"
)