public sealed class DeleteEndpointRequest : IMessage<DeleteEndpointRequest>, IEquatable<DeleteEndpointRequest>, IDeepCloneable<DeleteEndpointRequest>, IBufferMessage, IMessage
Reference documentation and code samples for the Service Directory v1beta1 API class DeleteEndpointRequest.
The request message for
[RegistrationService.DeleteEndpoint][google.cloud.servicedirectory.v1beta1.RegistrationService.DeleteEndpoint].
[[["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\u003eThe \u003ccode\u003eDeleteEndpointRequest\u003c/code\u003e class is used to request the deletion of an endpoint within the Service Directory v1beta1 API.\u003c/p\u003e\n"],["\u003cp\u003eThis class is part of the \u003ccode\u003eGoogle.Cloud.ServiceDirectory.V1Beta1\u003c/code\u003e namespace and is implemented in the \u003ccode\u003eGoogle.Cloud.ServiceDirectory.V1Beta1.dll\u003c/code\u003e assembly.\u003c/p\u003e\n"],["\u003cp\u003eThe \u003ccode\u003eDeleteEndpointRequest\u003c/code\u003e class inherits from \u003ccode\u003eobject\u003c/code\u003e and 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\u003eThe request requires the name of the endpoint to be deleted, which can be accessed or modified through the \u003ccode\u003eName\u003c/code\u003e property, or its \u003ccode\u003eEndpointName\u003c/code\u003e view.\u003c/p\u003e\n"],["\u003cp\u003eThere are currently three versions of the endpoint available, the latest being version \u003ccode\u003e2.0.0-beta06\u003c/code\u003e.\u003c/p\u003e\n"]]],[],null,["# Service Directory v1beta1 API - Class DeleteEndpointRequest (2.0.0-beta06)\n\nVersion latestkeyboard_arrow_down\n\n- [2.0.0-beta06 (latest)](/dotnet/docs/reference/Google.Cloud.ServiceDirectory.V1Beta1/latest/Google.Cloud.ServiceDirectory.V1Beta1.DeleteEndpointRequest)\n- [2.0.0-beta05](/dotnet/docs/reference/Google.Cloud.ServiceDirectory.V1Beta1/2.0.0-beta05/Google.Cloud.ServiceDirectory.V1Beta1.DeleteEndpointRequest)\n- [1.0.0-beta06](/dotnet/docs/reference/Google.Cloud.ServiceDirectory.V1Beta1/1.0.0-beta06/Google.Cloud.ServiceDirectory.V1Beta1.DeleteEndpointRequest) \n\n public sealed class DeleteEndpointRequest : IMessage\u003cDeleteEndpointRequest\u003e, IEquatable\u003cDeleteEndpointRequest\u003e, IDeepCloneable\u003cDeleteEndpointRequest\u003e, IBufferMessage, IMessage\n\nReference documentation and code samples for the Service Directory v1beta1 API class DeleteEndpointRequest.\n\nThe request message for\n\\[RegistrationService.DeleteEndpoint\\]\\[google.cloud.servicedirectory.v1beta1.RegistrationService.DeleteEndpoint\\]. \n\nInheritance\n-----------\n\n[object](https://learn.microsoft.com/dotnet/api/system.object) \\\u003e DeleteEndpointRequest \n\nImplements\n----------\n\n[IMessage](https://cloud.google.com/dotnet/docs/reference/Google.Protobuf/latest/Google.Protobuf.IMessage-1.html)[DeleteEndpointRequest](/dotnet/docs/reference/Google.Cloud.ServiceDirectory.V1Beta1/latest/Google.Cloud.ServiceDirectory.V1Beta1.DeleteEndpointRequest), [IEquatable](https://learn.microsoft.com/dotnet/api/system.iequatable-1)[DeleteEndpointRequest](/dotnet/docs/reference/Google.Cloud.ServiceDirectory.V1Beta1/latest/Google.Cloud.ServiceDirectory.V1Beta1.DeleteEndpointRequest), [IDeepCloneable](https://cloud.google.com/dotnet/docs/reference/Google.Protobuf/latest/Google.Protobuf.IDeepCloneable-1.html)[DeleteEndpointRequest](/dotnet/docs/reference/Google.Cloud.ServiceDirectory.V1Beta1/latest/Google.Cloud.ServiceDirectory.V1Beta1.DeleteEndpointRequest), [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.ServiceDirectory.V1Beta1](/dotnet/docs/reference/Google.Cloud.ServiceDirectory.V1Beta1/latest/Google.Cloud.ServiceDirectory.V1Beta1)\n\nAssembly\n--------\n\nGoogle.Cloud.ServiceDirectory.V1Beta1.dll\n\nConstructors\n------------\n\n### DeleteEndpointRequest()\n\n public DeleteEndpointRequest()\n\n### DeleteEndpointRequest(DeleteEndpointRequest)\n\n public DeleteEndpointRequest(DeleteEndpointRequest other)\n\nProperties\n----------\n\n### EndpointName\n\n public EndpointName EndpointName { get; set; }\n\n[EndpointName](/dotnet/docs/reference/Google.Cloud.ServiceDirectory.V1Beta1/latest/Google.Cloud.ServiceDirectory.V1Beta1.EndpointName)-typed view over the [Name](/dotnet/docs/reference/Google.Cloud.ServiceDirectory.V1Beta1/latest/Google.Cloud.ServiceDirectory.V1Beta1.DeleteEndpointRequest#Google_Cloud_ServiceDirectory_V1Beta1_DeleteEndpointRequest_Name) resource name property.\n\n### Name\n\n public string Name { get; set; }\n\nRequired. The name of the endpoint to delete."]]