Skip to content

Delete Application

ssoadmin_delete_application R Documentation

Deletes the association with the application

Description

Deletes the association with the application. The connected service resource still exists.

Usage

ssoadmin_delete_application(ApplicationArn)

Arguments

ApplicationArn

[required] Specifies the ARN of the application. For more information about ARNs, see Amazon Resource Names (ARNs) and Amazon Web Services Service Namespaces in the Amazon Web Services General Reference.

Value

An empty list.

Request syntax

svc$delete_application(
  ApplicationArn = "string"
)