:doc:`drs <../../drs>` / Client / delete_source_network

*********************
delete_source_network
*********************



.. py:method:: drs.Client.delete_source_network(**kwargs)

  

  Delete Source Network resource.

  

  See also: `AWS API Documentation <https://docs.aws.amazon.com/goto/WebAPI/drs-2020-02-26/DeleteSourceNetwork>`_  


  **Request Syntax**
  ::

    response = client.delete_source_network(
        sourceNetworkID='string'
    )
    
  :type sourceNetworkID: string
  :param sourceNetworkID: **[REQUIRED]** 

    ID of the Source Network to delete.

    

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

    
    ::

      {}
      
    **Response Structure**

    

    - *(dict) --* 
  
  **Exceptions**
  
  *   :py:class:`drs.Client.exceptions.ResourceNotFoundException`

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

  
  *   :py:class:`drs.Client.exceptions.ConflictException`

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

  
  *   :py:class:`drs.Client.exceptions.UninitializedAccountException`

  