:doc:`PartnerCentralAccountAPI <../../partnercentral-account>` / Client / disassociate_aws_training_certification_email_domain

****************************************************
disassociate_aws_training_certification_email_domain
****************************************************



.. py:method:: PartnerCentralAccountAPI.Client.disassociate_aws_training_certification_email_domain(**kwargs)

  

  Removes the association between an email domain and AWS training and certification for the partner account.

  

  See also: `AWS API Documentation <https://docs.aws.amazon.com/goto/WebAPI/partnercentral-account-2025-04-04/DisassociateAwsTrainingCertificationEmailDomain>`_  


  **Request Syntax**
  ::

    response = client.disassociate_aws_training_certification_email_domain(
        Catalog='string',
        Identifier='string',
        ClientToken='string',
        DomainName='string'
    )
    
  :type Catalog: string
  :param Catalog: **[REQUIRED]** 

    The catalog identifier for the partner account.

    

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

    The unique identifier of the partner account.

    

  
  :type ClientToken: string
  :param ClientToken: 

    A unique, case-sensitive identifier that you provide to ensure the idempotency of the request.

    This field is autopopulated if not provided.

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

    The domain name to disassociate from AWS training and certification.

    

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

    
    ::

      {}
      
    **Response Structure**

    

    - *(dict) --* 
  
  **Exceptions**
  
  *   :py:class:`PartnerCentralAccountAPI.Client.exceptions.ResourceNotFoundException`

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

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

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

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

  