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 latest version available for `DeleteWorkflowRequest` is 2.5.0, with older versions listed down to 1.0.0."],["`DeleteWorkflowRequest` is a class used for sending requests to delete a workflow in the Google Cloud Workflows service, using the `DeleteWorkflow` method."],["This class inherits from `Object` and implements multiple interfaces including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The `DeleteWorkflowRequest` class has two constructors and two properties, `Name` (a string representing the workflow's resource name) and `WorkflowName` (a `WorkflowName` type view of the `Name` property)."],["The `Name` property is mandatory and follows a specific format: `projects/{project}/locations/{location}/workflows/{workflow}`."]]],[]]