:doc:`Comprehend <../../comprehend>` / Client / delete_flywheel

***************
delete_flywheel
***************



.. py:method:: Comprehend.Client.delete_flywheel(**kwargs)

  

  Deletes a flywheel. When you delete the flywheel, Amazon Comprehend does not delete the data lake or the model associated with the flywheel.

   

  For more information about flywheels, see `Flywheel overview <https://docs.aws.amazon.com/comprehend/latest/dg/flywheels-about.html>`__ in the *Amazon Comprehend Developer Guide*.

  

  See also: `AWS API Documentation <https://docs.aws.amazon.com/goto/WebAPI/comprehend-2017-11-27/DeleteFlywheel>`_  


  **Request Syntax**
  ::

    response = client.delete_flywheel(
        FlywheelArn='string'
    )
    
  :type FlywheelArn: string
  :param FlywheelArn: **[REQUIRED]** 

    The Amazon Resource Number (ARN) of the flywheel to delete.

    

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

    
    ::

      {}
      
    **Response Structure**

    

    - *(dict) --* 
  
  **Exceptions**
  
  *   :py:class:`Comprehend.Client.exceptions.InvalidRequestException`

  
  *   :py:class:`Comprehend.Client.exceptions.TooManyRequestsException`

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

  
  *   :py:class:`Comprehend.Client.exceptions.ResourceUnavailableException`

  
  *   :py:class:`Comprehend.Client.exceptions.ResourceInUseException`

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

  