:doc:`CodeStarNotifications <../../codestar-notifications>` / Client / untag_resource

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



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

  

  Removes the association between one or more provided tags and a notification rule.

  

  See also: `AWS API Documentation <https://docs.aws.amazon.com/goto/WebAPI/codestar-notifications-2019-10-15/UntagResource>`_  


  **Request Syntax**
  ::

    response = client.untag_resource(
        Arn='string',
        TagKeys=[
            'string',
        ]
    )
    
  :type Arn: string
  :param Arn: **[REQUIRED]** 

    The Amazon Resource Name (ARN) of the notification rule from which to remove the tags.

    

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

    The key names of the tags to remove.

    

  
    - *(string) --* 

    

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

    
    ::

      {}
      
    **Response Structure**

    

    - *(dict) --* 
  
  **Exceptions**
  
  *   :py:class:`CodeStarNotifications.Client.exceptions.ResourceNotFoundException`

  
  *   :py:class:`CodeStarNotifications.Client.exceptions.LimitExceededException`

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

  
  *   :py:class:`CodeStarNotifications.Client.exceptions.ConcurrentModificationException`

  