:doc:`ApiGatewayV2 <../../apigatewayv2>` / Client / untag_resource

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



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

  

  Deletes a Tag.

  

  See also: `AWS API Documentation <https://docs.aws.amazon.com/goto/WebAPI/apigatewayv2-2018-11-29/UntagResource>`_  


  **Request Syntax**
  ::

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

    The resource ARN for the tag.

    

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

    The Tag keys to delete

    

  
    - *(string) --* 

    

  
  :returns: None
  **Exceptions**
  
  *   :py:class:`ApiGatewayV2.Client.exceptions.NotFoundException`

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

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

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

  