public sealed class DeleteWorkflowRequest : IMessage<DeleteWorkflowRequest>, IEquatable<DeleteWorkflowRequest>, IDeepCloneable<DeleteWorkflowRequest>, IBufferMessage, IMessage
Reference documentation and code samples for the Workflows v1 API class DeleteWorkflowRequest.
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 latest version of the `DeleteWorkflowRequest` class is 2.5.0, but multiple versions are available, ranging from 1.0.0 to 2.5.0."],["`DeleteWorkflowRequest` is a class used in the Workflows v1 API for requesting the deletion of a workflow, and it implements interfaces like `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["This class inherits from `object` and includes properties like `Name`, which is the required identifier of the workflow to be deleted, and `WorkflowName`, which is a resource name property view."],["The `DeleteWorkflowRequest` class is part of the `Google.Cloud.Workflows.V1` namespace and the `Google.Cloud.Workflows.V1.dll` assembly, offering constructors for creating instances, either default or by cloning an existing instance."]]],[]]