:doc:`DataAutomationforBedrock <../../bedrock-data-automation>` / Client / delete_blueprint

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



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

  

  Deletes an existing Amazon Bedrock Data Automation Blueprint

  

  See also: `AWS API Documentation <https://docs.aws.amazon.com/goto/WebAPI/bedrock-data-automation-2023-07-26/DeleteBlueprint>`_  


  **Request Syntax**
  ::

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

    ARN generated at the server side when a Blueprint is created

    

  
  :type blueprintVersion: string
  :param blueprintVersion: 

    Optional field to delete a specific Blueprint version

    

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

    
    ::

      {}
      
    **Response Structure**

    

    - *(dict) --* 

      Delete Blueprint Response

      
  
  **Exceptions**
  
  *   :py:class:`DataAutomationforBedrock.Client.exceptions.ValidationException`

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

  
  *   :py:class:`DataAutomationforBedrock.Client.exceptions.ThrottlingException`

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

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

  