public sealed class DeleteWorkflowConfigRequest : IMessage<DeleteWorkflowConfigRequest>, IEquatable<DeleteWorkflowConfigRequest>, IDeepCloneable<DeleteWorkflowConfigRequest>, IBufferMessage, IMessage
Reference documentation and code samples for the Dataform v1beta1 API class DeleteWorkflowConfigRequest.
[[["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."],[[["\u003cp\u003eThis document provides reference documentation for the \u003ccode\u003eDeleteWorkflowConfigRequest\u003c/code\u003e class within the Dataform v1beta1 API.\u003c/p\u003e\n"],["\u003cp\u003eThe latest version of \u003ccode\u003eDeleteWorkflowConfigRequest\u003c/code\u003e is 1.0.0-beta08, and an earlier version, 1.0.0-beta07, is also available for review.\u003c/p\u003e\n"],["\u003cp\u003e\u003ccode\u003eDeleteWorkflowConfigRequest\u003c/code\u003e is used to send requests to delete a workflow configuration, and it inherits from and implements multiple interfaces including \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\u003eThe class includes properties like \u003ccode\u003eName\u003c/code\u003e which is of type string and is required for specifying the name of the workflow config to be deleted and \u003ccode\u003eWorkflowConfigName\u003c/code\u003e which is a typed view of the \u003ccode\u003eName\u003c/code\u003e resource.\u003c/p\u003e\n"]]],[],null,["# Dataform v1beta1 API - Class DeleteWorkflowConfigRequest (1.0.0-beta08)\n\nVersion latestkeyboard_arrow_down\n\n- [1.0.0-beta08 (latest)](/dotnet/docs/reference/Google.Cloud.Dataform.V1Beta1/latest/Google.Cloud.Dataform.V1Beta1.DeleteWorkflowConfigRequest)\n- [1.0.0-beta07](/dotnet/docs/reference/Google.Cloud.Dataform.V1Beta1/1.0.0-beta07/Google.Cloud.Dataform.V1Beta1.DeleteWorkflowConfigRequest) \n\n public sealed class DeleteWorkflowConfigRequest : IMessage\u003cDeleteWorkflowConfigRequest\u003e, IEquatable\u003cDeleteWorkflowConfigRequest\u003e, IDeepCloneable\u003cDeleteWorkflowConfigRequest\u003e, IBufferMessage, IMessage\n\nReference documentation and code samples for the Dataform v1beta1 API class DeleteWorkflowConfigRequest.\n\n`DeleteWorkflowConfig` request message. \n\nInheritance\n-----------\n\n[object](https://learn.microsoft.com/dotnet/api/system.object) \\\u003e DeleteWorkflowConfigRequest \n\nImplements\n----------\n\n[IMessage](https://cloud.google.com/dotnet/docs/reference/Google.Protobuf/latest/Google.Protobuf.IMessage-1.html)[DeleteWorkflowConfigRequest](/dotnet/docs/reference/Google.Cloud.Dataform.V1Beta1/latest/Google.Cloud.Dataform.V1Beta1.DeleteWorkflowConfigRequest), [IEquatable](https://learn.microsoft.com/dotnet/api/system.iequatable-1)[DeleteWorkflowConfigRequest](/dotnet/docs/reference/Google.Cloud.Dataform.V1Beta1/latest/Google.Cloud.Dataform.V1Beta1.DeleteWorkflowConfigRequest), [IDeepCloneable](https://cloud.google.com/dotnet/docs/reference/Google.Protobuf/latest/Google.Protobuf.IDeepCloneable-1.html)[DeleteWorkflowConfigRequest](/dotnet/docs/reference/Google.Cloud.Dataform.V1Beta1/latest/Google.Cloud.Dataform.V1Beta1.DeleteWorkflowConfigRequest), [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.Dataform.V1Beta1](/dotnet/docs/reference/Google.Cloud.Dataform.V1Beta1/latest/Google.Cloud.Dataform.V1Beta1)\n\nAssembly\n--------\n\nGoogle.Cloud.Dataform.V1Beta1.dll\n\nConstructors\n------------\n\n### DeleteWorkflowConfigRequest()\n\n public DeleteWorkflowConfigRequest()\n\n### DeleteWorkflowConfigRequest(DeleteWorkflowConfigRequest)\n\n public DeleteWorkflowConfigRequest(DeleteWorkflowConfigRequest other)\n\nProperties\n----------\n\n### Name\n\n public string Name { get; set; }\n\nRequired. The workflow config's name.\n\n### WorkflowConfigName\n\n public WorkflowConfigName WorkflowConfigName { get; set; }\n\n[WorkflowConfigName](/dotnet/docs/reference/Google.Cloud.Dataform.V1Beta1/latest/Google.Cloud.Dataform.V1Beta1.WorkflowConfigName)-typed view over the [Name](/dotnet/docs/reference/Google.Cloud.Dataform.V1Beta1/latest/Google.Cloud.Dataform.V1Beta1.DeleteWorkflowConfigRequest#Google_Cloud_Dataform_V1Beta1_DeleteWorkflowConfigRequest_Name) resource name property."]]