public sealed class DeleteKeyRequest : IMessage<DeleteKeyRequest>, IEquatable<DeleteKeyRequest>, IDeepCloneable<DeleteKeyRequest>, IBufferMessage, IMessage
[[["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 `DeleteKeyRequest` class, which is used to request the deletion of a reCAPTCHA Enterprise key."],["The latest version of the `DeleteKeyRequest` class is 2.17.0, and the page provides links to documentation for various other versions, going back to 1.2.0."],["The `DeleteKeyRequest` class inherits from `Object` and implements several interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["Key properties of `DeleteKeyRequest` include `KeyName`, a `KeyName`-typed view, and `Name`, a string that represents the resource name of the key to be deleted."],["The class offers two constructors: one default and one that takes another `DeleteKeyRequest` object for deep cloning."]]],[]]