public sealed class DeleteKeyRequest : IMessage<DeleteKeyRequest>, IEquatable<DeleteKeyRequest>, IDeepCloneable<DeleteKeyRequest>, IBufferMessage, IMessage
Reference documentation and code samples for the Google Cloud reCAPTCHA Enterprise v1 API class DeleteKeyRequest.
[[["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-25 UTC."],[[["This webpage provides documentation for the `DeleteKeyRequest` class within the Google Cloud reCAPTCHA Enterprise v1 API, specifically for .NET."],["The latest version available is 2.17.0, while the current documentation focuses on version 2.16.0 of the `DeleteKeyRequest` class, and contains links to all other versions."],["The `DeleteKeyRequest` class is used to create a request to delete a key and implements interfaces like `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The `DeleteKeyRequest` class includes properties such as `KeyName` (a `KeyName`-typed view) and `Name` (a string), used to identify the key to be deleted, formatted as `projects/{project}/keys/{key}`."],["The `DeleteKeyRequest` class has two constructors, a parameterless one, and one that accepts another `DeleteKeyRequest` as input, and inherits several members from the base `object` class."]]],[]]