SSOAdmin / Client / delete_trusted_token_issuer
delete_trusted_token_issuer#
- SSOAdmin.Client.delete_trusted_token_issuer(**kwargs)#
- Deletes a trusted token issuer configuration from an instance of IAM Identity Center. - Note- Deleting this trusted token issuer configuration will cause users to lose access to any applications that are configured to use the trusted token issuer. - See also: AWS API Documentation - Request Syntax- response = client.delete_trusted_token_issuer( TrustedTokenIssuerArn='string' ) - Parameters:
- TrustedTokenIssuerArn (string) – - [REQUIRED] - Specifies the ARN of the trusted token issuer configuration to delete. 
- Return type:
- dict 
- Returns:
- Response Syntax- {}- Response Structure- (dict) – 
 
 - Exceptions- SSOAdmin.Client.exceptions.ThrottlingException
- SSOAdmin.Client.exceptions.InternalServerException
- SSOAdmin.Client.exceptions.ResourceNotFoundException
- SSOAdmin.Client.exceptions.AccessDeniedException
- SSOAdmin.Client.exceptions.ValidationException
- SSOAdmin.Client.exceptions.ConflictException