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."],[[["This document provides reference information for the `DeleteWorkflowRequest` class within the Google Cloud Workflows v1 API, specifically version 2.1.0, which is part of the Google.Cloud.Workflows.V1 namespace."],["The `DeleteWorkflowRequest` class is used to define the request structure for deleting a workflow using the `DeleteWorkflow` method and it inherits from `object` and implements several interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The class offers two constructors, `DeleteWorkflowRequest()` and `DeleteWorkflowRequest(DeleteWorkflowRequest other)`, allowing for the creation of a new instance or a copy of an existing `DeleteWorkflowRequest` object."],["It includes two main properties, `Name`, a string representing the workflow's resource name in the format \"projects/{project}/locations/{location}/workflows/{workflow}\", and `WorkflowName`, a `WorkflowName`-typed view over the `Name` property."],["The webpage shows other versions of the `DeleteWorkflowRequest` documentation, from version 1.0.0 up to the latest version 2.5.0, which allows users to switch to different versions of the API."]]],[]]