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"]],[["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 latest version of the \u003ccode\u003eDeleteWorkflowRequest\u003c/code\u003e class is 2.5.0, but multiple versions are available, ranging from 1.0.0 to 2.5.0.\u003c/p\u003e\n"],["\u003cp\u003e\u003ccode\u003eDeleteWorkflowRequest\u003c/code\u003e is a class used in the Workflows v1 API for requesting the deletion of a workflow, and it implements interfaces like \u003ccode\u003eIMessage\u003c/code\u003e, \u003ccode\u003eIEquatable\u003c/code\u003e, \u003ccode\u003eIDeepCloneable\u003c/code\u003e, and \u003ccode\u003eIBufferMessage\u003c/code\u003e.\u003c/p\u003e\n"],["\u003cp\u003eThis class inherits from \u003ccode\u003eobject\u003c/code\u003e and includes properties like \u003ccode\u003eName\u003c/code\u003e, which is the required identifier of the workflow to be deleted, and \u003ccode\u003eWorkflowName\u003c/code\u003e, which is a resource name property view.\u003c/p\u003e\n"],["\u003cp\u003eThe \u003ccode\u003eDeleteWorkflowRequest\u003c/code\u003e class is part of the \u003ccode\u003eGoogle.Cloud.Workflows.V1\u003c/code\u003e namespace and the \u003ccode\u003eGoogle.Cloud.Workflows.V1.dll\u003c/code\u003e assembly, offering constructors for creating instances, either default or by cloning an existing instance.\u003c/p\u003e\n"]]],[],null,["# Workflows v1 API - Class DeleteWorkflowRequest (2.6.0)\n\nVersion latestkeyboard_arrow_down\n\n- [2.6.0 (latest)](/dotnet/docs/reference/Google.Cloud.Workflows.V1/latest/Google.Cloud.Workflows.V1.DeleteWorkflowRequest)\n- [2.5.0](/dotnet/docs/reference/Google.Cloud.Workflows.V1/2.5.0/Google.Cloud.Workflows.V1.DeleteWorkflowRequest)\n- [2.4.0](/dotnet/docs/reference/Google.Cloud.Workflows.V1/2.4.0/Google.Cloud.Workflows.V1.DeleteWorkflowRequest)\n- [2.3.0](/dotnet/docs/reference/Google.Cloud.Workflows.V1/2.3.0/Google.Cloud.Workflows.V1.DeleteWorkflowRequest)\n- [2.2.0](/dotnet/docs/reference/Google.Cloud.Workflows.V1/2.2.0/Google.Cloud.Workflows.V1.DeleteWorkflowRequest)\n- [2.1.0](/dotnet/docs/reference/Google.Cloud.Workflows.V1/2.1.0/Google.Cloud.Workflows.V1.DeleteWorkflowRequest)\n- [2.0.0](/dotnet/docs/reference/Google.Cloud.Workflows.V1/2.0.0/Google.Cloud.Workflows.V1.DeleteWorkflowRequest)\n- [1.2.0](/dotnet/docs/reference/Google.Cloud.Workflows.V1/1.2.0/Google.Cloud.Workflows.V1.DeleteWorkflowRequest)\n- [1.1.0](/dotnet/docs/reference/Google.Cloud.Workflows.V1/1.1.0/Google.Cloud.Workflows.V1.DeleteWorkflowRequest)\n- [1.0.0](/dotnet/docs/reference/Google.Cloud.Workflows.V1/1.0.0/Google.Cloud.Workflows.V1.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 v1 API class DeleteWorkflowRequest.\n\nRequest for the\n\\[DeleteWorkflow\\]\\[google.cloud.workflows.v1.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.V1/latest/Google.Cloud.Workflows.V1.DeleteWorkflowRequest), [IEquatable](https://learn.microsoft.com/dotnet/api/system.iequatable-1)[DeleteWorkflowRequest](/dotnet/docs/reference/Google.Cloud.Workflows.V1/latest/Google.Cloud.Workflows.V1.DeleteWorkflowRequest), [IDeepCloneable](https://cloud.google.com/dotnet/docs/reference/Google.Protobuf/latest/Google.Protobuf.IDeepCloneable-1.html)[DeleteWorkflowRequest](/dotnet/docs/reference/Google.Cloud.Workflows.V1/latest/Google.Cloud.Workflows.V1.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.V1](/dotnet/docs/reference/Google.Cloud.Workflows.V1/latest/Google.Cloud.Workflows.V1)\n\nAssembly\n--------\n\nGoogle.Cloud.Workflows.V1.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://cloud.google.com/dotnet/docs/reference/Google.Cloud.Workflows.Common.V1/latest/Google.Cloud.Workflows.Common.V1.WorkflowName.html)-typed view over the [Name](/dotnet/docs/reference/Google.Cloud.Workflows.V1/latest/Google.Cloud.Workflows.V1.DeleteWorkflowRequest#Google_Cloud_Workflows_V1_DeleteWorkflowRequest_Name) resource name property."]]