v1

latestOpenAPI 3.0.0Apache 2.0 License2026-07-1439185265.0 KB

Removes the specified tags from the specified Amazon Transcribe resource.

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

post/#X-Amz-Target=Transcribe.UntagResource

Headers

X-Amz-Target'Transcribe.UntagResource' required

Request body

ResourceArnstring required
<p>The Amazon Resource Name (ARN) of the Amazon Transcribe resource you want to remove tags from. ARNs have the format <code>arn:partition:service:region:account-id:resource-type/resource-id</code>.</p> <p>For example, <code>arn:aws:transcribe:us-west-2:111122223333:transcription-job/transcription-job-name</code>.</p> <p>Valid values for <code>resource-type</code> are: <code>transcription-job</code>, <code>medical-transcription-job</code>, <code>vocabulary</code>, <code>medical-vocabulary</code>, <code>vocabulary-filter</code>, and <code>language-model</code>.</p>
TagKeysTagKey[] required

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

Response

Success

UntagResourceResponse required