:doc:`AppFabric <../../appfabric>` / Client / delete_app_bundle

*****************
delete_app_bundle
*****************



.. py:method:: AppFabric.Client.delete_app_bundle(**kwargs)

  

  Deletes an app bundle. You must delete all associated app authorizations before you can delete an app bundle.

  

  See also: `AWS API Documentation <https://docs.aws.amazon.com/goto/WebAPI/appfabric-2023-05-19/DeleteAppBundle>`_  


  **Request Syntax**
  ::

    response = client.delete_app_bundle(
        appBundleIdentifier='string'
    )
    
  :type appBundleIdentifier: string
  :param appBundleIdentifier: **[REQUIRED]** 

    The ID or Amazon Resource Name (ARN) of the app bundle that needs to be deleted.

    

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

    
    ::

      {}
      
    **Response Structure**

    

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

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

  
  *   :py:class:`AppFabric.Client.exceptions.ConflictException`

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

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

  