:doc:`GlueDataBrew <../../databrew>` / Client / delete_recipe_version

*********************
delete_recipe_version
*********************



.. py:method:: GlueDataBrew.Client.delete_recipe_version(**kwargs)

  

  Deletes a single version of a DataBrew recipe.

  

  See also: `AWS API Documentation <https://docs.aws.amazon.com/goto/WebAPI/databrew-2017-07-25/DeleteRecipeVersion>`_  


  **Request Syntax**
  ::

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

    The name of the recipe.

    

  
  :type RecipeVersion: string
  :param RecipeVersion: **[REQUIRED]** 

    The version of the recipe to be deleted. You can specify a numeric versions ( ``X.Y``) or ``LATEST_WORKING``. ``LATEST_PUBLISHED`` is not supported.

    

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

    
    ::

      {
          'Name': 'string',
          'RecipeVersion': 'string'
      }
      
    **Response Structure**

    

    - *(dict) --* 
      

      - **Name** *(string) --* 

        The name of the recipe that was deleted.

        
      

      - **RecipeVersion** *(string) --* 

        The version of the recipe that was deleted.

        
  
  **Exceptions**
  
  *   :py:class:`GlueDataBrew.Client.exceptions.ConflictException`

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

  
  *   :py:class:`GlueDataBrew.Client.exceptions.ValidationException`

  