Skip to content

Delete Trusted Token Issuer

ssoadmin_delete_trusted_token_issuer R Documentation

Deletes a trusted token issuer configuration from an instance of IAM Identity Center

Description

Deletes a trusted token issuer configuration from an instance of IAM Identity Center.

Deleting this trusted token issuer configuration will cause users to lose access to any applications that are configured to use the trusted token issuer.

Usage

ssoadmin_delete_trusted_token_issuer(TrustedTokenIssuerArn)

Arguments

TrustedTokenIssuerArn

[required] Specifies the ARN of the trusted token issuer configuration to delete.

Value

An empty list.

Request syntax

svc$delete_trusted_token_issuer(
  TrustedTokenIssuerArn = "string"
)