UntagResource
Source:
src/AWS/Transcribe/UntagResource.ts
Runtime binding for transcribe:UntagResource — remove tags from a Transcribe resource by ARN.
Amazon Transcribe batch actions have no resource-level IAM; the host is
granted transcribe:UntagResource on *.
Tagging
Section titled “Tagging”// initconst untagResource = yield* AWS.Transcribe.UntagResource();
// runtimeyield* untagResource({ ResourceArn: "arn:aws:transcribe:us-east-1:123456789012:vocabulary/tenant-123", TagKeys: ["tenant"],});