public sealed class DeleteKeyRequest : IMessage<DeleteKeyRequest>, IEquatable<DeleteKeyRequest>, IDeepCloneable<DeleteKeyRequest>, IBufferMessage, IMessage
Reference documentation and code samples for the API Keys v2 API class DeleteKeyRequest.
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Missing the information I need","missingTheInformationINeed","thumb-down"],["Too complicated / too many steps","tooComplicatedTooManySteps","thumb-down"],["Out of date","outOfDate","thumb-down"],["Samples / code issue","samplesCodeIssue","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-08-07 UTC."],[[["This document provides reference documentation for the `DeleteKeyRequest` class within the Google.Cloud.ApiKeys.V2 API, specifically for version 1.2.0."],["The `DeleteKeyRequest` class is used to construct request messages for the `DeleteKey` method, allowing for the deletion of API keys."],["It implements several interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, and inherits from the base `object` class."],["Key properties of the `DeleteKeyRequest` class include `Etag`, `KeyName`, and `Name`, which are used to manage the API key deletion request."],["There are previous versions of the API available as well, with the latest one being version 1.4.0."]]],[]]