public sealed class DeleteEndpointRequest : IMessage<DeleteEndpointRequest>, IEquatable<DeleteEndpointRequest>, IDeepCloneable<DeleteEndpointRequest>, IBufferMessage, IMessage
Request message for [EndpointService.DeleteEndpoint][google.cloud.aiplatform.v1.EndpointService.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-20 UTC."],[[["\u003cp\u003eThis webpage provides documentation for the \u003ccode\u003eDeleteEndpointRequest\u003c/code\u003e class within the \u003ccode\u003eGoogle.Cloud.AIPlatform.V1\u003c/code\u003e namespace, detailing its use in requesting the deletion of an endpoint via the EndpointService.\u003c/p\u003e\n"],["\u003cp\u003eThe \u003ccode\u003eDeleteEndpointRequest\u003c/code\u003e class implements several interfaces, including \u003ccode\u003eIMessage\u003c/code\u003e, \u003ccode\u003eIEquatable\u003c/code\u003e, \u003ccode\u003eIDeepCloneable\u003c/code\u003e, and \u003ccode\u003eIBufferMessage\u003c/code\u003e, and inherits from \u003ccode\u003eObject\u003c/code\u003e.\u003c/p\u003e\n"],["\u003cp\u003eThe documentation lists various versions of the \u003ccode\u003eDeleteEndpointRequest\u003c/code\u003e class, ranging from version 1.0.0 up to the latest version 3.22.0, each providing a link to its specific documentation page.\u003c/p\u003e\n"],["\u003cp\u003eThe class includes two constructors, a default constructor \u003ccode\u003eDeleteEndpointRequest()\u003c/code\u003e and an overloaded constructor \u003ccode\u003eDeleteEndpointRequest(DeleteEndpointRequest other)\u003c/code\u003e that accepts another instance of \u003ccode\u003eDeleteEndpointRequest\u003c/code\u003e as a parameter, alongside two properties: \u003ccode\u003eEndpointName\u003c/code\u003e and \u003ccode\u003eName\u003c/code\u003e, to specify the endpoint to delete.\u003c/p\u003e\n"],["\u003cp\u003eThe \u003ccode\u003eName\u003c/code\u003e property is a required string that specifies the full resource name of the endpoint to delete, following the format \u003ccode\u003eprojects/{project}/locations/{location}/endpoints/{endpoint}\u003c/code\u003e, while the \u003ccode\u003eEndpointName\u003c/code\u003e is a typed view of this \u003ccode\u003eName\u003c/code\u003e.\u003c/p\u003e\n"]]],[],null,[]]