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"]],[["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-03-24 UTC."],[[["This webpage provides documentation for the `DeleteWorkflowRequest` class, which is used to request the deletion of a workflow in Google Cloud Workflows."],["The `DeleteWorkflowRequest` class is part of the `Google.Cloud.Workflows.V1` namespace and is implemented in the `Google.Cloud.Workflows.V1.dll` assembly."],["The `DeleteWorkflowRequest` class has two constructors: a default constructor and one that accepts another `DeleteWorkflowRequest` object for copying."],["It contains two key properties: `Name`, which is a string representing the name of the workflow to delete and `WorkflowName`, which is a typed view over the name property."],["This documentation page provides a list of prior versions of this functionality, starting from 1.0.0 to the latest version 2.5.0."]]],[]]