:doc:`Transfer <../../transfer>` / Client / delete_server

*************
delete_server
*************



.. py:method:: Transfer.Client.delete_server(**kwargs)

  

  Deletes the file transfer protocol-enabled server that you specify.

   

  No response returns from this operation.

  

  See also: `AWS API Documentation <https://docs.aws.amazon.com/goto/WebAPI/transfer-2018-11-05/DeleteServer>`_  


  **Request Syntax**
  ::

    response = client.delete_server(
        ServerId='string'
    )
    
  :type ServerId: string
  :param ServerId: **[REQUIRED]** 

    A unique system-assigned identifier for a server instance.

    

  
  
  :returns: None
  **Exceptions**
  
  *   :py:class:`Transfer.Client.exceptions.ResourceNotFoundException`

  
  *   :py:class:`Transfer.Client.exceptions.InvalidRequestException`

  
  *   :py:class:`Transfer.Client.exceptions.InternalServiceError`

  
  *   :py:class:`Transfer.Client.exceptions.ServiceUnavailableException`

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

  