:doc:`AppStream <../../appstream>` / Client / delete_fleet

************
delete_fleet
************



.. py:method:: AppStream.Client.delete_fleet(**kwargs)

  

  Deletes the specified fleet.

  

  See also: `AWS API Documentation <https://docs.aws.amazon.com/goto/WebAPI/appstream-2016-12-01/DeleteFleet>`_  


  **Request Syntax**
  ::

    response = client.delete_fleet(
        Name='string'
    )
    
  :type Name: string
  :param Name: **[REQUIRED]** 

    The name of the fleet.

    

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

    
    ::

      {}
      
    **Response Structure**

    

    - *(dict) --* 
  
  **Exceptions**
  
  *   :py:class:`AppStream.Client.exceptions.ResourceInUseException`

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

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

  