:doc:`Pinpoint <../../pinpoint>` / Client / untag_resource

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



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

  

  Removes one or more tags (keys and values) from an application, campaign, message template, or segment.

  

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


  **Request Syntax**
  ::

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

    The Amazon Resource Name (ARN) of the resource.

    

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

    The key of the tag to remove from the resource. To remove multiple tags, append the tagKeys parameter and argument for each additional tag to remove, separated by an ampersand (&).

    

  
    - *(string) --* 

    

  
  :returns: None