:doc:`AppStream <../../appstream>` / Client / delete_app_block_builder

************************
delete_app_block_builder
************************



.. py:method:: AppStream.Client.delete_app_block_builder(**kwargs)

  

  Deletes an app block builder.

   

  An app block builder can only be deleted when it has no association with an app block.

  

  See also: `AWS API Documentation <https://docs.aws.amazon.com/goto/WebAPI/appstream-2016-12-01/DeleteAppBlockBuilder>`_  


  **Request Syntax**
  ::

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

    The name of the app block builder.

    

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

    
    ::

      {}
      
    **Response Structure**

    

    - *(dict) --* 
  
  **Exceptions**
  
  *   :py:class:`AppStream.Client.exceptions.OperationNotPermittedException`

  
  *   :py:class:`AppStream.Client.exceptions.ConcurrentModificationException`

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

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

  