Skip to content

Delete Application Access Scope

ssoadmin_delete_application_access_scope R Documentation

Deletes an IAM Identity Center access scope from an application

Description

Deletes an IAM Identity Center access scope from an application.

Usage

ssoadmin_delete_application_access_scope(ApplicationArn, Scope)

Arguments

ApplicationArn

[required] Specifies the ARN of the application with the access scope to delete.

Scope

[required] Specifies the name of the access scope to remove from the application.

Value

An empty list.

Request syntax

svc$delete_application_access_scope(
  ApplicationArn = "string",
  Scope = "string"
)