public sealed class DeleteInstanceRequest : IMessage<DeleteInstanceRequest>, IEquatable<DeleteInstanceRequest>, IDeepCloneable<DeleteInstanceRequest>, IBufferMessage, IMessage
The request for [DeleteInstance][google.spanner.admin.instance.v1.InstanceAdmin.DeleteInstance].
[[["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-04-17 UTC."],[[["This webpage details the `DeleteInstanceRequest` class, which is used to request the deletion of a Spanner instance within the Google Cloud environment."],["The `DeleteInstanceRequest` class is part of the `Google.Cloud.Spanner.Admin.Instance.V1` namespace, specifically within the `Google.Cloud.Spanner.Admin.Instance.V1.dll` assembly."],["The latest version of this package is 5.0.0-beta05, and the page also provides links to earlier versions of the class, going back as far as version 3.5.0, with the current version displayed being 3.8.0."],["The `DeleteInstanceRequest` class implements several interfaces, including `IMessage`, `IEquatable\u003cDeleteInstanceRequest\u003e`, `IDeepCloneable\u003cDeleteInstanceRequest\u003e`, and `IBufferMessage`, and inherits from the base `Object` class."],["The class includes two constructors and two key properties: `InstanceName`, for a typed view of the instance name, and `Name`, which is a string property representing the required resource name of the instance to be deleted."]]],[]]