:doc:`WorkSpaces <../../workspaces>` / Client / delete_workspace_bundle

***********************
delete_workspace_bundle
***********************



.. py:method:: WorkSpaces.Client.delete_workspace_bundle(**kwargs)

  

  Deletes the specified WorkSpace bundle. For more information about deleting WorkSpace bundles, see `Delete a Custom WorkSpaces Bundle or Image <https://docs.aws.amazon.com/workspaces/latest/adminguide/delete_bundle.html>`__.

  

  See also: `AWS API Documentation <https://docs.aws.amazon.com/goto/WebAPI/workspaces-2015-04-08/DeleteWorkspaceBundle>`_  


  **Request Syntax**
  ::

    response = client.delete_workspace_bundle(
        BundleId='string'
    )
    
  :type BundleId: string
  :param BundleId: 

    The identifier of the bundle.

    

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

    
    ::

      {}
      
    **Response Structure**

    

    - *(dict) --* 
  
  **Exceptions**
  
  *   :py:class:`WorkSpaces.Client.exceptions.InvalidParameterValuesException`

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

  
  *   :py:class:`WorkSpaces.Client.exceptions.ResourceAssociatedException`

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

  