:doc:`SSOAdmin <../../sso-admin>` / Client / delete_application_assignment

*****************************
delete_application_assignment
*****************************



.. py:method:: SSOAdmin.Client.delete_application_assignment(**kwargs)

  

  Revoke application access to an application by deleting application assignments for a user or group.

  

  See also: `AWS API Documentation <https://docs.aws.amazon.com/goto/WebAPI/sso-admin-2020-07-20/DeleteApplicationAssignment>`_  


  **Request Syntax**
  ::

    response = client.delete_application_assignment(
        ApplicationArn='string',
        PrincipalId='string',
        PrincipalType='USER'|'GROUP'
    )
    
  :type ApplicationArn: string
  :param ApplicationArn: **[REQUIRED]** 

    Specifies the ARN of the application.

    

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

    An identifier for an object in IAM Identity Center, such as a user or group. PrincipalIds are GUIDs (For example, f81d4fae-7dec-11d0-a765-00a0c91e6bf6). For more information about PrincipalIds in IAM Identity Center, see the `IAM Identity Center Identity Store API Reference <https://docs.aws.amazon.com/singlesignon/latest/IdentityStoreAPIReference/welcome.html>`__.

    

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

    The entity type for which the assignment will be deleted.

    

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

    
    ::

      {}
      
    **Response Structure**

    

    - *(dict) --* 
  
  **Exceptions**
  
  *   :py:class:`SSOAdmin.Client.exceptions.ThrottlingException`

  
  *   :py:class:`SSOAdmin.Client.exceptions.InternalServerException`

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

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

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

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

  