public sealed class DeleteTaskRequest : IMessage<DeleteTaskRequest>, IEquatable<DeleteTaskRequest>, IDeepCloneable<DeleteTaskRequest>, IBufferMessage, IMessage
Request message for deleting a task using
[DeleteTask][google.cloud.tasks.v2.CloudTasks.DeleteTask].
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Hard to understand","hardToUnderstand","thumb-down"],["Incorrect information or sample code","incorrectInformationOrSampleCode","thumb-down"],["Missing the information/samples I need","missingTheInformationSamplesINeed","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-04-02 UTC."],[[["This document outlines the `DeleteTaskRequest` class within the `Google.Cloud.Tasks.V2` namespace, used for requesting the deletion of a task."],["The latest version of this tool is version 3.5.0, with the current page providing information for version 3.0.0, while previous versions going back to 2.2.0 are accessible via the linked version numbers."],["The `DeleteTaskRequest` class implements several interfaces including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, extending the base `Object` class."],["The class features two constructors, one default and one that takes another `DeleteTaskRequest` instance as a parameter, and properties such as `Name` which is the required task identifier string and `TaskName` which is a `TaskName` typed view over the `Name` resource property."],["The `DeleteTaskRequest` class is used in the deletion of a task, calling the \\[DeleteTask\\]\\[google.cloud.tasks.v2.CloudTasks.DeleteTask\\] method."]]],[]]