:doc:`AppSync <../../appsync>` / Client / disassociate_api

****************
disassociate_api
****************



.. py:method:: AppSync.Client.disassociate_api(**kwargs)

  

  Removes an ``ApiAssociation`` object from a custom domain.

  

  See also: `AWS API Documentation <https://docs.aws.amazon.com/goto/WebAPI/appsync-2017-07-25/DisassociateApi>`_  


  **Request Syntax**
  ::

    response = client.disassociate_api(
        domainName='string'
    )
    
  :type domainName: string
  :param domainName: **[REQUIRED]** 

    The domain name.

    

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

    
    ::

      {}
      
    **Response Structure**

    

    - *(dict) --* 
  
  **Exceptions**
  
  *   :py:class:`AppSync.Client.exceptions.AccessDeniedException`

  
  *   :py:class:`AppSync.Client.exceptions.BadRequestException`

  
  *   :py:class:`AppSync.Client.exceptions.ConcurrentModificationException`

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

  
  *   :py:class:`AppSync.Client.exceptions.NotFoundException`

  