:doc:`SSM <../../ssm>` / Client / delete_resource_data_sync

*************************
delete_resource_data_sync
*************************



.. py:method:: SSM.Client.delete_resource_data_sync(**kwargs)

  

  Deletes a resource data sync configuration. After the configuration is deleted, changes to data on managed nodes are no longer synced to or from the target. Deleting a sync configuration doesn't delete data.

  

  See also: `AWS API Documentation <https://docs.aws.amazon.com/goto/WebAPI/ssm-2014-11-06/DeleteResourceDataSync>`_  


  **Request Syntax**
  ::

    response = client.delete_resource_data_sync(
        SyncName='string',
        SyncType='string'
    )
    
  :type SyncName: string
  :param SyncName: **[REQUIRED]** 

    The name of the configuration to delete.

    

  
  :type SyncType: string
  :param SyncType: 

    Specify the type of resource data sync to delete.

    

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

    
    ::

      {}
      
    **Response Structure**

    

    - *(dict) --* 
  
  **Exceptions**
  
  *   :py:class:`SSM.Client.exceptions.InternalServerError`

  
  *   :py:class:`SSM.Client.exceptions.ResourceDataSyncNotFoundException`

  
  *   :py:class:`SSM.Client.exceptions.ResourceDataSyncInvalidConfigurationException`

  