:doc:`Synthetics <../../synthetics>` / Client / untag_resource

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



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

  

  Removes one or more tags from the specified resource.

  

  See also: `AWS API Documentation <https://docs.aws.amazon.com/goto/WebAPI/synthetics-2017-10-11/UntagResource>`_  


  **Request Syntax**
  ::

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

    The ARN of the canary or group that you're removing tags from.

     

    The ARN format of a canary is ``arn:aws:synthetics:Region:account-id:canary:canary-name ``.

     

    The ARN format of a group is ``arn:aws:synthetics:Region:account-id:group:group-name``

    

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

    The list of tag keys to remove from the resource.

    

  
    - *(string) --* 

    

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

    
    ::

      {}
      
    **Response Structure**

    

    - *(dict) --* 
  
  **Exceptions**
  
  *   :py:class:`Synthetics.Client.exceptions.BadRequestException`

  
  *   :py:class:`Synthetics.Client.exceptions.NotFoundException`

  
  *   :py:class:`Synthetics.Client.exceptions.TooManyRequestsException`

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

  
  *   :py:class:`Synthetics.Client.exceptions.InternalFailureException`

  