:doc:`TranscribeService <../../transcribe>` / Client / untag_resource

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



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

  

  Removes the specified tags from the specified Amazon Transcribe resource.

   

  If you include ``UntagResource`` in your request, you must also include ``ResourceArn`` and ``TagKeys``.

  

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


  **Request Syntax**
  ::

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

    The Amazon Resource Name (ARN) of the Amazon Transcribe resource you want to remove tags from. ARNs have the format ``arn:partition:service:region:account-id:resource-type/resource-id``.

     

    For example, ``arn:aws:transcribe:us-west-2:111122223333:transcription-job/transcription-job-name``.

     

    Valid values for ``resource-type`` are: ``transcription-job``, ``medical-transcription-job``, ``vocabulary``, ``medical-vocabulary``, ``vocabulary-filter``, and ``language-model``.

    

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

    Removes the specified tag keys from the specified Amazon Transcribe resource.

    

  
    - *(string) --* 

    

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

    
    ::

      {}
      
    **Response Structure**

    

    - *(dict) --* 
  
  **Exceptions**
  
  *   :py:class:`TranscribeService.Client.exceptions.LimitExceededException`

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

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

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

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

  