:doc:`mgn <../../mgn>` / Client / delete_source_server

********************
delete_source_server
********************



.. py:method:: mgn.Client.delete_source_server(**kwargs)

  

  Deletes a single source server by ID.

  

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


  **Request Syntax**
  ::

    response = client.delete_source_server(
        sourceServerID='string',
        accountID='string'
    )
    
  :type sourceServerID: string
  :param sourceServerID: **[REQUIRED]** 

    Request to delete Source Server from service by Server ID.

    

  
  :type accountID: string
  :param accountID: 

    Request to delete Source Server from service by Account ID.

    

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

    
    ::

      {}
      
    **Response Structure**

    

    - *(dict) --* 
  
  **Exceptions**
  
  *   :py:class:`mgn.Client.exceptions.UninitializedAccountException`

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

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

  