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

**************
untag_resource
**************



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

  

  Disassociates a set of tags from a specified resource.

  

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


  **Request Syntax**
  ::

    response = client.untag_resource(
        InstanceArn='string',
        ResourceArn='string',
        TagKeys=[
            'string',
        ]
    )
    
  :type InstanceArn: string
  :param InstanceArn: 

    The ARN of the IAM Identity Center instance under which the operation will be executed. For more information about ARNs, see `Amazon Resource Names (ARNs) and Amazon Web Services Service Namespaces </general/latest/gr/aws-arns-and-namespaces.html>`__ in the *Amazon Web Services General Reference*.

    

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

    The ARN of the resource with the tags to be listed.

    

  
  :type TagKeys: list
  :param TagKeys: **[REQUIRED]** 

    The keys of tags that are attached to the resource.

    

  
    - *(string) --* 

    

  
  :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`

  