:doc:`signer <../../signer>` / Client / untag_resource

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



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

  

  Removes one or more tags from a signing profile. To remove the tags, specify a list of tag keys.

  

  See also: `AWS API Documentation <https://docs.aws.amazon.com/goto/WebAPI/signer-2017-08-25/UntagResource>`_  


  **Request Syntax**
  ::

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

    The Amazon Resource Name (ARN) for the signing profile.

    

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

    A list of tag keys to be removed from the signing profile.

    

  
    - *(string) --* 

    

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

    
    ::

      {}
      
    **Response Structure**

    

    - *(dict) --* 
  
  **Exceptions**
  
  *   :py:class:`signer.Client.exceptions.InternalServiceErrorException`

  
  *   :py:class:`signer.Client.exceptions.BadRequestException`

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

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

  