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"]],[["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 page provides documentation for the `DeleteTaskRequest` class, which is used to send requests for deleting tasks in Google Cloud Tasks."],["The latest version of the documentation is for version 3.5.0, but this particular page details version 2.4.0 of `DeleteTaskRequest`."],["The `DeleteTaskRequest` class inherits from `Object` and implements multiple interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The `DeleteTaskRequest` class includes two constructors and two properties: `Name` (a string) and `TaskName` (a `TaskName`-typed view of the name property)."],["This `DeleteTaskRequest` class is found within the `Google.Cloud.Tasks.V2` namespace and is part of the `Google.Cloud.Tasks.V2.dll` assembly."]]],[]]