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

*****************************************
disassociate_application_from_entitlement
*****************************************



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

  

  Deletes the specified application from the specified entitlement.

  

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


  **Request Syntax**
  ::

    response = client.disassociate_application_from_entitlement(
        StackName='string',
        EntitlementName='string',
        ApplicationIdentifier='string'
    )
    
  :type StackName: string
  :param StackName: **[REQUIRED]** 

    The name of the stack with which the entitlement is associated.

    

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

    The name of the entitlement.

    

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

    The identifier of the application to remove from the entitlement.

    

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

    
    ::

      {}
      
    **Response Structure**

    

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

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

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

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

  