public sealed class DeleteWorkflowRequest : IMessage<DeleteWorkflowRequest>, IEquatable<DeleteWorkflowRequest>, IDeepCloneable<DeleteWorkflowRequest>, IBufferMessage, IMessage
Reference documentation and code samples for the Workflows v1beta API class DeleteWorkflowRequest.
Request for the
[DeleteWorkflow][google.cloud.workflows.v1beta.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-09-04 UTC."],[[["\u003cp\u003eThe \u003ccode\u003eDeleteWorkflowRequest\u003c/code\u003e class is part of the Workflows v1beta API in the \u003ccode\u003eGoogle.Cloud.Workflows.V1Beta\u003c/code\u003e namespace, used to request the deletion of a workflow.\u003c/p\u003e\n"],["\u003cp\u003eThis class implements interfaces like \u003ccode\u003eIMessage\u003c/code\u003e, \u003ccode\u003eIEquatable\u003c/code\u003e, \u003ccode\u003eIDeepCloneable\u003c/code\u003e, and \u003ccode\u003eIBufferMessage\u003c/code\u003e, and inherits from the base \u003ccode\u003eobject\u003c/code\u003e class.\u003c/p\u003e\n"],["\u003cp\u003eThere are two constructors available for creating instances of \u003ccode\u003eDeleteWorkflowRequest\u003c/code\u003e, one default and another that allows cloning from an existing \u003ccode\u003eDeleteWorkflowRequest\u003c/code\u003e instance.\u003c/p\u003e\n"],["\u003cp\u003eThe class includes two properties, \u003ccode\u003eName\u003c/code\u003e (a string) which is the required name of the workflow to delete, and \u003ccode\u003eWorkflowName\u003c/code\u003e, a \u003ccode\u003eWorkflowName\u003c/code\u003e typed view over the name resource.\u003c/p\u003e\n"],["\u003cp\u003eThe documentation shows the latest version is 2.0.0-beta05, with 2.0.0-beta04 and 1.0.0-beta03 also being available versions.\u003c/p\u003e\n"]]],[],null,["# Workflows v1beta API - Class DeleteWorkflowRequest (2.0.0-beta05)\n\nVersion latestkeyboard_arrow_down\n\n- [2.0.0-beta05 (latest)](/dotnet/docs/reference/Google.Cloud.Workflows.V1Beta/latest/Google.Cloud.Workflows.V1Beta.DeleteWorkflowRequest)\n- [2.0.0-beta04](/dotnet/docs/reference/Google.Cloud.Workflows.V1Beta/2.0.0-beta04/Google.Cloud.Workflows.V1Beta.DeleteWorkflowRequest)\n- [1.0.0-beta03](/dotnet/docs/reference/Google.Cloud.Workflows.V1Beta/1.0.0-beta03/Google.Cloud.Workflows.V1Beta.DeleteWorkflowRequest) \n\n public sealed class DeleteWorkflowRequest : IMessage\u003cDeleteWorkflowRequest\u003e, IEquatable\u003cDeleteWorkflowRequest\u003e, IDeepCloneable\u003cDeleteWorkflowRequest\u003e, IBufferMessage, IMessage\n\nReference documentation and code samples for the Workflows v1beta API class DeleteWorkflowRequest.\n\nRequest for the\n\\[DeleteWorkflow\\]\\[google.cloud.workflows.v1beta.Workflows.DeleteWorkflow\\]\nmethod. \n\nInheritance\n-----------\n\n[object](https://learn.microsoft.com/dotnet/api/system.object) \\\u003e DeleteWorkflowRequest \n\nImplements\n----------\n\n[IMessage](https://cloud.google.com/dotnet/docs/reference/Google.Protobuf/latest/Google.Protobuf.IMessage-1.html)[DeleteWorkflowRequest](/dotnet/docs/reference/Google.Cloud.Workflows.V1Beta/latest/Google.Cloud.Workflows.V1Beta.DeleteWorkflowRequest), [IEquatable](https://learn.microsoft.com/dotnet/api/system.iequatable-1)[DeleteWorkflowRequest](/dotnet/docs/reference/Google.Cloud.Workflows.V1Beta/latest/Google.Cloud.Workflows.V1Beta.DeleteWorkflowRequest), [IDeepCloneable](https://cloud.google.com/dotnet/docs/reference/Google.Protobuf/latest/Google.Protobuf.IDeepCloneable-1.html)[DeleteWorkflowRequest](/dotnet/docs/reference/Google.Cloud.Workflows.V1Beta/latest/Google.Cloud.Workflows.V1Beta.DeleteWorkflowRequest), [IBufferMessage](https://cloud.google.com/dotnet/docs/reference/Google.Protobuf/latest/Google.Protobuf.IBufferMessage.html), [IMessage](https://cloud.google.com/dotnet/docs/reference/Google.Protobuf/latest/Google.Protobuf.IMessage.html) \n\nInherited Members\n-----------------\n\n[object.GetHashCode()](https://learn.microsoft.com/dotnet/api/system.object.gethashcode) \n[object.GetType()](https://learn.microsoft.com/dotnet/api/system.object.gettype) \n[object.ToString()](https://learn.microsoft.com/dotnet/api/system.object.tostring)\n\nNamespace\n---------\n\n[Google.Cloud.Workflows.V1Beta](/dotnet/docs/reference/Google.Cloud.Workflows.V1Beta/latest/Google.Cloud.Workflows.V1Beta)\n\nAssembly\n--------\n\nGoogle.Cloud.Workflows.V1Beta.dll\n\nConstructors\n------------\n\n### DeleteWorkflowRequest()\n\n public DeleteWorkflowRequest()\n\n### DeleteWorkflowRequest(DeleteWorkflowRequest)\n\n public DeleteWorkflowRequest(DeleteWorkflowRequest other)\n\nProperties\n----------\n\n### Name\n\n public string Name { get; set; }\n\nRequired. Name of the workflow to be deleted.\nFormat: projects/{project}/locations/{location}/workflows/{workflow}\n\n### WorkflowName\n\n public WorkflowName WorkflowName { get; set; }\n\n[WorkflowName](https://github.com/googleapis/google-cloud-dotnet/blob/b62c35cf551e8898ca78b397c14161da89ffa4ac/apis/Google.Cloud.Workflows.Common.V1Beta/Google.Cloud.Workflows.Common.V1Beta/WorkflowsResourceNames.g.cs)-typed view over the [Name](/dotnet/docs/reference/Google.Cloud.Workflows.V1Beta/latest/Google.Cloud.Workflows.V1Beta.DeleteWorkflowRequest#Google_Cloud_Workflows_V1Beta_DeleteWorkflowRequest_Name) resource name property."]]