:doc:`WorkSpaces <../../workspaces>` / Client / delete_connect_client_add_in

****************************
delete_connect_client_add_in
****************************



.. py:method:: WorkSpaces.Client.delete_connect_client_add_in(**kwargs)

  

  Deletes a client-add-in for Amazon Connect that is configured within a directory.

  

  See also: `AWS API Documentation <https://docs.aws.amazon.com/goto/WebAPI/workspaces-2015-04-08/DeleteConnectClientAddIn>`_  


  **Request Syntax**
  ::

    response = client.delete_connect_client_add_in(
        AddInId='string',
        ResourceId='string'
    )
    
  :type AddInId: string
  :param AddInId: **[REQUIRED]** 

    The identifier of the client add-in to delete.

    

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

    The directory identifier for which the client add-in is configured.

    

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

    
    ::

      {}
      
    **Response Structure**

    

    - *(dict) --* 
  
  **Exceptions**
  
  *   :py:class:`WorkSpaces.Client.exceptions.InvalidParameterValuesException`

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

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

  