:doc:`DataZone <../../datazone>` / Client / delete_environment_blueprint_configuration

******************************************
delete_environment_blueprint_configuration
******************************************



.. py:method:: DataZone.Client.delete_environment_blueprint_configuration(**kwargs)

  

  Deletes the blueprint configuration in Amazon DataZone.

  

  See also: `AWS API Documentation <https://docs.aws.amazon.com/goto/WebAPI/datazone-2018-05-10/DeleteEnvironmentBlueprintConfiguration>`_  


  **Request Syntax**
  ::

    response = client.delete_environment_blueprint_configuration(
        domainIdentifier='string',
        environmentBlueprintIdentifier='string'
    )
    
  :type domainIdentifier: string
  :param domainIdentifier: **[REQUIRED]** 

    The ID of the Amazon DataZone domain in which the blueprint configuration is deleted.

    

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

    The ID of the blueprint the configuration of which is deleted.

    

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

    
    ::

      {}
      
    **Response Structure**

    

    - *(dict) --* 
  
  **Exceptions**
  
  *   :py:class:`DataZone.Client.exceptions.InternalServerException`

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

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

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

  
  *   :py:class:`DataZone.Client.exceptions.UnauthorizedException`

  