:doc:`Glue <../../glue>` / Client / delete_blueprint

****************
delete_blueprint
****************



.. py:method:: Glue.Client.delete_blueprint(**kwargs)

  

  Deletes an existing blueprint.

  

  See also: `AWS API Documentation <https://docs.aws.amazon.com/goto/WebAPI/glue-2017-03-31/DeleteBlueprint>`_  


  **Request Syntax**
  ::

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

    The name of the blueprint to delete.

    

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

    
    ::

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

    

    - *(dict) --* 
      

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

        Returns the name of the blueprint that was deleted.

        
  
  **Exceptions**
  
  *   :py:class:`Glue.Client.exceptions.InvalidInputException`

  
  *   :py:class:`Glue.Client.exceptions.OperationTimeoutException`

  
  *   :py:class:`Glue.Client.exceptions.InternalServiceException`

  