transcribe:DeleteLanguageModel

Write

transcribe:DeleteLanguageModel is a Write access-level action in the transcribe service. Grants permission to delete a previously created custom language model

Resource types

ARNs that transcribe:DeleteLanguageModel can be scoped to in an IAM policy.

arn:${Partition}:transcribe:${Region}:${Account}:language-model/${ModelName}
languagemodel

Condition keys

Keys you can use in the Condition block of a policy that grants transcribe:DeleteLanguageModel.

aws:ResourceTag/${TagKey} String

Filters access by requiring tag value associated with the resource

Example IAM policy

A minimal policy that allows transcribe:DeleteLanguageModel. Replace "Resource": "*" with a specific ARN to follow least privilege.

{
  "Version": "2012-10-17",
  "Statement": [
    {
      "Sid": "AllowTranscribeDeleteLanguageModel",
      "Effect": "Allow",
      "Action": "transcribe:DeleteLanguageModel",
      "Resource": "*"
    }
  ]
}

Related actions in transcribe

View all transcribe actions →