:doc:`SSOAdmin <../../sso-admin>` / Client / delete_trusted_token_issuer

***************************
delete_trusted_token_issuer
***************************



.. py:method:: 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 <https://docs.aws.amazon.com/goto/WebAPI/sso-admin-2020-07-20/DeleteTrustedTokenIssuer>`_  


  **Request Syntax**
  ::

    response = client.delete_trusted_token_issuer(
        TrustedTokenIssuerArn='string'
    )
    
  :type TrustedTokenIssuerArn: string
  :param TrustedTokenIssuerArn: **[REQUIRED]** 

    Specifies the ARN of the trusted token issuer configuration to delete.

    

  
  
  :rtype: dict
  :returns: 
    
    **Response Syntax**

    
    ::

      {}
      
    **Response Structure**

    

    - *(dict) --* 
  
  **Exceptions**
  
  *   :py:class:`SSOAdmin.Client.exceptions.ThrottlingException`

  
  *   :py:class:`SSOAdmin.Client.exceptions.InternalServerException`

  
  *   :py:class:`SSOAdmin.Client.exceptions.ResourceNotFoundException`

  
  *   :py:class:`SSOAdmin.Client.exceptions.AccessDeniedException`

  
  *   :py:class:`SSOAdmin.Client.exceptions.ValidationException`

  
  *   :py:class:`SSOAdmin.Client.exceptions.ConflictException`

  