public sealed class DeleteJobTemplateRequest : IMessage<DeleteJobTemplateRequest>, IEquatable<DeleteJobTemplateRequest>, IDeepCloneable<DeleteJobTemplateRequest>, IBufferMessage, IMessage
Reference documentation and code samples for the Transcoder v1 API class DeleteJobTemplateRequest.
Request message for TranscoderService.DeleteJobTemplate.
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Missing the information I need","missingTheInformationINeed","thumb-down"],["Too complicated / too many steps","tooComplicatedTooManySteps","thumb-down"],["Out of date","outOfDate","thumb-down"],["Samples / code issue","samplesCodeIssue","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-08-07 UTC."],[[["This document provides reference documentation for the `DeleteJobTemplateRequest` class within the Transcoder v1 API for .NET, specifically version 2.3.0."],["`DeleteJobTemplateRequest` is used to request the deletion of a job template, and it implements multiple interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The class includes properties such as `AllowMissing`, `JobTemplateName`, and `Name`, which are used to specify the job template to delete and whether to allow the request to succeed if the template is not found."],["The latest version is 2.9.0, and the documentation includes versions from 2.9.0 down to 1.0.0 for the DeleteJobTemplateRequest class."],["The `DeleteJobTemplateRequest` class inherits from the base `Object` class, with the documentation including members such as `GetHashCode()`, `GetType()`, `MemberwiseClone()`, and `ToString()`."]]],[]]