:doc:`QuickSight <../../quicksight>` / Client / delete_identity_propagation_config

**********************************
delete_identity_propagation_config
**********************************



.. py:method:: QuickSight.Client.delete_identity_propagation_config(**kwargs)

  

  Deletes all access scopes and authorized targets that are associated with a service from the Quick Sight IAM Identity Center application.

   

  This operation is only supported for Quick Sight accounts that use IAM Identity Center.

  

  See also: `AWS API Documentation <https://docs.aws.amazon.com/goto/WebAPI/quicksight-2018-04-01/DeleteIdentityPropagationConfig>`_  


  **Request Syntax**
  ::

    response = client.delete_identity_propagation_config(
        AwsAccountId='string',
        Service='REDSHIFT'|'QBUSINESS'|'ATHENA'
    )
    
  :type AwsAccountId: string
  :param AwsAccountId: **[REQUIRED]** 

    The ID of the Amazon Web Services account that you want to delete an identity propagation configuration from.

    

  
  :type Service: string
  :param Service: **[REQUIRED]** 

    The name of the Amazon Web Services service that you want to delete the associated access scopes and authorized targets from.

    

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

    
    ::

      {
          'RequestId': 'string',
          'Status': 123
      }
      
    **Response Structure**

    

    - *(dict) --* 
      

      - **RequestId** *(string) --* 

        The Amazon Web Services request ID for this operation.

        
      

      - **Status** *(integer) --* 

        The HTTP status of the request.

        
  
  **Exceptions**
  
  *   :py:class:`QuickSight.Client.exceptions.AccessDeniedException`

  
  *   :py:class:`QuickSight.Client.exceptions.InvalidParameterValueException`

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

  
  *   :py:class:`QuickSight.Client.exceptions.ThrottlingException`

  
  *   :py:class:`QuickSight.Client.exceptions.InternalFailureException`

  