public sealed class DeleteWorkflowRequest : IMessage<DeleteWorkflowRequest>, IEquatable<DeleteWorkflowRequest>, IDeepCloneable<DeleteWorkflowRequest>, IBufferMessage, IMessage
Request for the
[DeleteWorkflow][google.cloud.workflows.v1.Workflows.DeleteWorkflow]
method.
[[["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."],[[["The `DeleteWorkflowRequest` class is used to request the deletion of a workflow via the `DeleteWorkflow` method in the Google Cloud Workflows API."],["This class implements multiple interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, indicating its role in message handling, comparison, cloning, and buffering."],["It contains two constructors, `DeleteWorkflowRequest()` and `DeleteWorkflowRequest(DeleteWorkflowRequest other)`, facilitating both default object creation and copying existing instances."],["The `Name` property, of type string, is required and specifies the full resource name of the workflow to be deleted, while the `WorkflowName` property offers a typed view over the resource name."],["The latest version available is 2.5.0 and this document outlines the 1.0.0 version of the class `DeleteWorkflowRequest`."]]],[]]