public sealed class DeleteWasmPluginRequest : IMessage<DeleteWasmPluginRequest>, IEquatable<DeleteWasmPluginRequest>, IDeepCloneable<DeleteWasmPluginRequest>, IBufferMessage, IMessage
Reference documentation and code samples for the Network Services v1 API class DeleteWasmPluginRequest.
[[["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."],[],[],null,["# Network Services v1 API - Class DeleteWasmPluginRequest (1.3.0)\n\nVersion latestkeyboard_arrow_down\n\n- [1.3.0 (latest)](/dotnet/docs/reference/Google.Cloud.NetworkServices.V1/latest/Google.Cloud.NetworkServices.V1.DeleteWasmPluginRequest)\n- [1.2.0](/dotnet/docs/reference/Google.Cloud.NetworkServices.V1/1.2.0/Google.Cloud.NetworkServices.V1.DeleteWasmPluginRequest)\n- [1.1.0](/dotnet/docs/reference/Google.Cloud.NetworkServices.V1/1.1.0/Google.Cloud.NetworkServices.V1.DeleteWasmPluginRequest)\n- [1.0.0](/dotnet/docs/reference/Google.Cloud.NetworkServices.V1/1.0.0/Google.Cloud.NetworkServices.V1.DeleteWasmPluginRequest) \n\n public sealed class DeleteWasmPluginRequest : IMessage\u003cDeleteWasmPluginRequest\u003e, IEquatable\u003cDeleteWasmPluginRequest\u003e, IDeepCloneable\u003cDeleteWasmPluginRequest\u003e, IBufferMessage, IMessage\n\nReference documentation and code samples for the Network Services v1 API class DeleteWasmPluginRequest.\n\nRequest used by the `DeleteWasmPlugin` method. \n\nInheritance\n-----------\n\n[object](https://learn.microsoft.com/dotnet/api/system.object) \\\u003e DeleteWasmPluginRequest \n\nImplements\n----------\n\n[IMessage](https://cloud.google.com/dotnet/docs/reference/Google.Protobuf/latest/Google.Protobuf.IMessage-1.html)[DeleteWasmPluginRequest](/dotnet/docs/reference/Google.Cloud.NetworkServices.V1/latest/Google.Cloud.NetworkServices.V1.DeleteWasmPluginRequest), [IEquatable](https://learn.microsoft.com/dotnet/api/system.iequatable-1)[DeleteWasmPluginRequest](/dotnet/docs/reference/Google.Cloud.NetworkServices.V1/latest/Google.Cloud.NetworkServices.V1.DeleteWasmPluginRequest), [IDeepCloneable](https://cloud.google.com/dotnet/docs/reference/Google.Protobuf/latest/Google.Protobuf.IDeepCloneable-1.html)[DeleteWasmPluginRequest](/dotnet/docs/reference/Google.Cloud.NetworkServices.V1/latest/Google.Cloud.NetworkServices.V1.DeleteWasmPluginRequest), [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.NetworkServices.V1](/dotnet/docs/reference/Google.Cloud.NetworkServices.V1/latest/Google.Cloud.NetworkServices.V1)\n\nAssembly\n--------\n\nGoogle.Cloud.NetworkServices.V1.dll\n\nConstructors\n------------\n\n### DeleteWasmPluginRequest()\n\n public DeleteWasmPluginRequest()\n\n### DeleteWasmPluginRequest(DeleteWasmPluginRequest)\n\n public DeleteWasmPluginRequest(DeleteWasmPluginRequest other)\n\nProperties\n----------\n\n### Name\n\n public string Name { get; set; }\n\nRequired. A name of the `WasmPlugin` resource to delete. Must be in the\nformat `projects/{project}/locations/global/wasmPlugins/{wasm_plugin}`.\n\n### WasmPluginName\n\n public WasmPluginName WasmPluginName { get; set; }\n\n[WasmPluginName](/dotnet/docs/reference/Google.Cloud.NetworkServices.V1/latest/Google.Cloud.NetworkServices.V1.WasmPluginName)-typed view over the [Name](/dotnet/docs/reference/Google.Cloud.NetworkServices.V1/latest/Google.Cloud.NetworkServices.V1.DeleteWasmPluginRequest#Google_Cloud_NetworkServices_V1_DeleteWasmPluginRequest_Name) resource name property."]]