public sealed class DeleteIndexRequest : IMessage<DeleteIndexRequest>, IEquatable<DeleteIndexRequest>, IDeepCloneable<DeleteIndexRequest>, IBufferMessage, IMessage
The request for [FirestoreAdmin.DeleteIndex][google.firestore.admin.v1.FirestoreAdmin.DeleteIndex].
[[["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-03-21 UTC."],[[["This webpage details the `DeleteIndexRequest` class, which is used to request the deletion of an index within the Firestore Admin API."],["The latest version of `DeleteIndexRequest` is 3.12.0, but the documentation covers versions back to 2.2.0, detailing the lineage of changes and features."],["The `DeleteIndexRequest` class inherits from `Object` and implements several interfaces including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, highlighting its integration with .NET and Google Cloud Protobuf."],["The class includes properties such as `IndexName` and `Name`, allowing for the specification of the index to be deleted within the Firestore database."],["The documentation provides details about the `DeleteIndexRequest` constructors, including a default constructor and one that accepts another `DeleteIndexRequest` object as a parameter."]]],[]]