Skip to content

Delete App Authorization

appfabric_delete_app_authorization R Documentation

Deletes an app authorization

Description

Deletes an app authorization. You must delete the associated ingestion before you can delete an app authorization.

Usage

appfabric_delete_app_authorization(appBundleIdentifier,
  appAuthorizationIdentifier)

Arguments

appBundleIdentifier

[required] The Amazon Resource Name (ARN) or Universal Unique Identifier (UUID) of the app bundle to use for the request.

appAuthorizationIdentifier

[required] The Amazon Resource Name (ARN) or Universal Unique Identifier (UUID) of the app authorization to use for the request.

Value

An empty list.

Request syntax

svc$delete_app_authorization(
  appBundleIdentifier = "string",
  appAuthorizationIdentifier = "string"
)