public sealed class DeleteExternalApiRequest : IMessage<DeleteExternalApiRequest>, IEquatable<DeleteExternalApiRequest>, IDeepCloneable<DeleteExternalApiRequest>, IBufferMessage, IMessage
Reference documentation and code samples for the API hub v1 API class DeleteExternalApiRequest.
The [DeleteExternalApi][google.cloud.apihub.v1.ApiHub.DeleteExternalApi]
method's request.
[[["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\u003eThis page provides documentation for the \u003ccode\u003eDeleteExternalApiRequest\u003c/code\u003e class within the Google Cloud API Hub v1, specifically for the .NET library.\u003c/p\u003e\n"],["\u003cp\u003eThe \u003ccode\u003eDeleteExternalApiRequest\u003c/code\u003e class is used to create requests for the \u003ccode\u003eDeleteExternalApi\u003c/code\u003e method, which is used to delete an external API resource.\u003c/p\u003e\n"],["\u003cp\u003eThis 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, showing it is designed for Protobuf message handling and supports cloning.\u003c/p\u003e\n"],["\u003cp\u003eThe \u003ccode\u003eDeleteExternalApiRequest\u003c/code\u003e class includes properties such as \u003ccode\u003eExternalApiName\u003c/code\u003e and \u003ccode\u003eName\u003c/code\u003e to specify the external API to be deleted.\u003c/p\u003e\n"],["\u003cp\u003eThe latest version of this documentation is version 1.0.0, and it is referencing \u003ccode\u003eGoogle.Cloud.ApiHub.V1.dll\u003c/code\u003e assembly.\u003c/p\u003e\n"]]],[],null,["# API hub v1 API - Class DeleteExternalApiRequest (1.0.0)\n\nVersion latestkeyboard_arrow_down\n\n- [1.0.0 (latest)](/dotnet/docs/reference/Google.Cloud.ApiHub.V1/latest/Google.Cloud.ApiHub.V1.DeleteExternalApiRequest)\n- [1.0.0-beta02](/dotnet/docs/reference/Google.Cloud.ApiHub.V1/1.0.0-beta02/Google.Cloud.ApiHub.V1.DeleteExternalApiRequest) \n\n public sealed class DeleteExternalApiRequest : IMessage\u003cDeleteExternalApiRequest\u003e, IEquatable\u003cDeleteExternalApiRequest\u003e, IDeepCloneable\u003cDeleteExternalApiRequest\u003e, IBufferMessage, IMessage\n\nReference documentation and code samples for the API hub v1 API class DeleteExternalApiRequest.\n\nThe \\[DeleteExternalApi\\]\\[google.cloud.apihub.v1.ApiHub.DeleteExternalApi\\]\nmethod's request. \n\nInheritance\n-----------\n\n[object](https://learn.microsoft.com/dotnet/api/system.object) \\\u003e DeleteExternalApiRequest \n\nImplements\n----------\n\n[IMessage](https://cloud.google.com/dotnet/docs/reference/Google.Protobuf/latest/Google.Protobuf.IMessage-1.html)[DeleteExternalApiRequest](/dotnet/docs/reference/Google.Cloud.ApiHub.V1/latest/Google.Cloud.ApiHub.V1.DeleteExternalApiRequest), [IEquatable](https://learn.microsoft.com/dotnet/api/system.iequatable-1)[DeleteExternalApiRequest](/dotnet/docs/reference/Google.Cloud.ApiHub.V1/latest/Google.Cloud.ApiHub.V1.DeleteExternalApiRequest), [IDeepCloneable](https://cloud.google.com/dotnet/docs/reference/Google.Protobuf/latest/Google.Protobuf.IDeepCloneable-1.html)[DeleteExternalApiRequest](/dotnet/docs/reference/Google.Cloud.ApiHub.V1/latest/Google.Cloud.ApiHub.V1.DeleteExternalApiRequest), [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.ApiHub.V1](/dotnet/docs/reference/Google.Cloud.ApiHub.V1/latest/Google.Cloud.ApiHub.V1)\n\nAssembly\n--------\n\nGoogle.Cloud.ApiHub.V1.dll\n\nConstructors\n------------\n\n### DeleteExternalApiRequest()\n\n public DeleteExternalApiRequest()\n\n### DeleteExternalApiRequest(DeleteExternalApiRequest)\n\n public DeleteExternalApiRequest(DeleteExternalApiRequest other)\n\nProperties\n----------\n\n### ExternalApiName\n\n public ExternalApiName ExternalApiName { get; set; }\n\n[ExternalApiName](/dotnet/docs/reference/Google.Cloud.ApiHub.V1/latest/Google.Cloud.ApiHub.V1.ExternalApiName)-typed view over the [Name](/dotnet/docs/reference/Google.Cloud.ApiHub.V1/latest/Google.Cloud.ApiHub.V1.DeleteExternalApiRequest#Google_Cloud_ApiHub_V1_DeleteExternalApiRequest_Name) resource name property.\n\n### Name\n\n public string Name { get; set; }\n\nRequired. The name of the External API resource to delete.\nFormat:\n`projects/{project}/locations/{location}/externalApis/{externalApi}`"]]