:doc:`Redshift <../../redshift>` / Client / delete_custom_domain_association

********************************
delete_custom_domain_association
********************************



.. py:method:: Redshift.Client.delete_custom_domain_association(**kwargs)

  

  Contains information about deleting a custom domain association for a cluster.

  

  See also: `AWS API Documentation <https://docs.aws.amazon.com/goto/WebAPI/redshift-2012-12-01/DeleteCustomDomainAssociation>`_  


  **Request Syntax**
  ::

    response = client.delete_custom_domain_association(
        ClusterIdentifier='string',
        CustomDomainName='string'
    )
    
  :type ClusterIdentifier: string
  :param ClusterIdentifier: **[REQUIRED]** 

    The identifier of the cluster to delete a custom domain association for.

    

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

    The custom domain name for the custom domain association.

    

  
  
  :returns: None
  **Exceptions**
  
  *   :py:class:`Redshift.Client.exceptions.UnsupportedOperationFault`

  
  *   :py:class:`Redshift.Client.exceptions.ClusterNotFoundFault`

  
  *   :py:class:`Redshift.Client.exceptions.CustomCnameAssociationFault`

  
  *   :py:class:`Redshift.Client.exceptions.CustomDomainAssociationNotFoundFault`

  