:doc:`CodeStarconnections <../../codestar-connections>` / Client / delete_sync_configuration

*************************
delete_sync_configuration
*************************



.. py:method:: CodeStarconnections.Client.delete_sync_configuration(**kwargs)

  

  Deletes the sync configuration for a specified repository and connection.

  

  See also: `AWS API Documentation <https://docs.aws.amazon.com/goto/WebAPI/codestar-connections-2019-12-01/DeleteSyncConfiguration>`_  


  **Request Syntax**
  ::

    response = client.delete_sync_configuration(
        SyncType='CFN_STACK_SYNC',
        ResourceName='string'
    )
    
  :type SyncType: string
  :param SyncType: **[REQUIRED]** 

    The type of sync configuration to be deleted.

    

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

    The name of the Amazon Web Services resource associated with the sync configuration to be deleted.

    

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

    
    ::

      {}
      
    **Response Structure**

    

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

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

  
  *   :py:class:`CodeStarconnections.Client.exceptions.InternalServerException`

  
  *   :py:class:`CodeStarconnections.Client.exceptions.InvalidInputException`

  
  *   :py:class:`CodeStarconnections.Client.exceptions.LimitExceededException`

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

  