:doc:`SES <../../ses>` / Client / delete_configuration_set_tracking_options

*****************************************
delete_configuration_set_tracking_options
*****************************************



.. py:method:: SES.Client.delete_configuration_set_tracking_options(**kwargs)

  

  Deletes an association between a configuration set and a custom domain for open and click event tracking.

   

  By default, images and links used for tracking open and click events are hosted on domains operated by Amazon SES. You can configure a subdomain of your own to handle these events. For information about using custom domains, see the `Amazon SES Developer Guide <https://docs.aws.amazon.com/ses/latest/dg/configure-custom-open-click-domains.html>`__.

   

  .. note::

    

    Deleting this kind of association results in emails sent using the specified configuration set to capture open and click events using the standard, Amazon SES-operated domains.

    

  

  See also: `AWS API Documentation <https://docs.aws.amazon.com/goto/WebAPI/email-2010-12-01/DeleteConfigurationSetTrackingOptions>`_  


  **Request Syntax**
  ::

    response = client.delete_configuration_set_tracking_options(
        ConfigurationSetName='string'
    )
    
  :type ConfigurationSetName: string
  :param ConfigurationSetName: **[REQUIRED]** 

    The name of the configuration set.

    

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

    
    ::

      {}
      
    **Response Structure**

    

    - *(dict) --* 

      An empty element returned on a successful request.

      
  
  **Exceptions**
  
  *   :py:class:`SES.Client.exceptions.ConfigurationSetDoesNotExistException`

  
  *   :py:class:`SES.Client.exceptions.TrackingOptionsDoesNotExistException`

  